DAG-CBOR is mostly used to store data on IPFS. Deserializing twice is wasteful and should be avoided. Update the crate to directly serialise/deserialize to DAG-CBOR AFAIK DAG-CBOR is not the same as standard CBOR which may be a problem.
DAG-CBOR is mostly used to store data on IPFS. Deserializing twice is wasteful and should be avoided.
Update the crate to directly serialise/deserialize to DAG-CBOR
AFAIK DAG-CBOR is not the same as standard CBOR which may be a problem.