2 releases
new 0.2.1 | Nov 21, 2024 |
---|---|
0.2.0 | Nov 21, 2024 |
#488 in Encoding
77 downloads per month
220KB
6K
SLoC
IPLD [no-std]
Bundle
This crate bundles the following crates:
- https://github.com/n0-computer/iroh-car
- https://github.com/multiformats/rust-cid
- https://github.com/multiformats/rust-multibase
- https://github.com/multiformats/rust-multihash
- https://github.com/ipld/serde_ipld_dagcbor
- https://github.com/ipld/rust-ipld-core
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