Function forest_filecoin::utils::encoding::cid_de_cbor::extract_cids

source ยท
pub fn extract_cids(cbor_blob: &[u8]) -> Result<Vec<Cid>>
Expand description

Find and extract all the Cid from a DAG_CBOR-encoded blob without employing any intermediate recursive structures, eliminating unnecessary allocations.