ipld-nostd

Crates.ioipld-nostd
lib.rsipld-nostd
version0.2.1
sourcesrc
created_at2024-11-21 21:15:09.480825
updated_at2024-11-21 23:38:06.950077
descriptionA bundle of CID, IPLD, CAR, Multihash and serde serialization for [no_std]
homepage
repository
max_upload_size
id1456726
size220,841
Karim Agha (karim-agha)

documentation

README

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.

Commit count: 0

cargo fmt