#ipld #multi-hash #serialization #cid #car #error #bundle

ipld-nostd

A bundle of CID, IPLD, CAR, Multihash and serde serialization for [no_std]

2 releases

new 0.2.1 Nov 21, 2024
0.2.0 Nov 21, 2024

#488 in Encoding

Download history 61/week @ 2024-11-15

77 downloads per month

Apache-2.0/MIT

220KB
6K SLoC

IPLD [no-std] Bundle

This crate bundles the following crates:

Into a [no_std] crate that can be compiled and executed in WASM environments. The individual crates listed above are notoriously problematic to get working together in [no_std].

You shouldn't default to using this crate. Consider using it only if you've exhausted your other options and you're getting compilation errors related to multiple definitions of panic handlers or other signs of std leakage into your code.

Dependencies

~2.4–3.5MB
~66K SLoC