ipld-dagpb

Crates.ioipld-dagpb
lib.rsipld-dagpb
version0.2.1
sourcesrc
created_at2024-02-23 14:56:50.816161
updated_at2024-05-22 17:08:39.035215
descriptionIPLD DAG-PB codec.
homepage
repositoryhttps://github.com/ipld/rust-ipld-dagpb
max_upload_size
id1150673
size37,951
Volker Mische (vmx)

documentation

README

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.

Commit count: 64

cargo fmt