Crates.io | ipld-nostd |
lib.rs | ipld-nostd |
version | 0.2.1 |
source | src |
created_at | 2024-11-21 21:15:09.480825 |
updated_at | 2024-11-21 23:38:06.950077 |
description | A bundle of CID, IPLD, CAR, Multihash and serde serialization for [no_std] |
homepage | |
repository | |
max_upload_size | |
id | 1456726 |
size | 220,841 |
[no-std]
BundleThis 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.