#ipld #dag-cbor #blake3 #links #extract #data #lib

dag-cbor-references

Extract blake3 ipld links from dag-cbor blocks

1 unstable release

0.1.0 Apr 19, 2023

#1722 in Data structures

22 downloads per month

MIT/Apache

12KB
261 lines

Dag-Cbor-References

A zero dependency lib that can extract blake3 ipld links out of dag-cbor or cbor data.

This is useful for making the iroh ipfs implementation work with the dag-cbor data format that is very popular in the ipfs ecosystem.


lib.rs:

CBOR decoder

No runtime deps