5 releases

0.2.1 May 22, 2024
0.2.0 Mar 26, 2024
0.1.2 Mar 18, 2024
0.1.1 Feb 23, 2024
0.1.0 Feb 23, 2024

#1505 in Encoding

Download history 109/week @ 2024-06-08 150/week @ 2024-06-15 130/week @ 2024-06-22 182/week @ 2024-06-29 112/week @ 2024-07-06 55/week @ 2024-07-13 58/week @ 2024-07-20 134/week @ 2024-07-27 73/week @ 2024-08-03 106/week @ 2024-08-10 152/week @ 2024-08-17 153/week @ 2024-08-24 155/week @ 2024-08-31 158/week @ 2024-09-07 118/week @ 2024-09-14 154/week @ 2024-09-21

610 downloads per month
Used in 2 crates

MIT/Apache

21KB
438 lines

IPLD DAG-PB codec

Crates.io Documentation

This is an implementation of the IPLD DAG-PB codec. It can be use in conjunction with ipld-core.

The code is based on libipld-pb and was imported with its full history.

DAG-PB is a special IPLD codec in the sense, that it does not implement the full IPLD Data Model. Therefore it cannot be used easily for structured data (as opposed to the Serde based codecs serde_ipld_dagcbor and serde_ipld_dagjson). It's only possible to encode and decode the data into/from an IPLD object of a specific shape.

License

Licensed under either of

at your option.

Dependencies

~2.5MB
~52K SLoC