Registry / utility / fvm-ipld-hamt

fvm-ipld-hamt

JSON →
library0.10.4rscratesunverified

Sharded IPLD HashMap implementation for Filecoin Virtual Machine.

# Cargo.toml [dependencies] fvm_ipld_hamt = "0.10.4"
INSTALL
IMPORT
SIG · FVM-IPLD-HAMT
F
fvm-ipld-hamt
utilityrustv0.10.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hamt
use fvm_ipld_hamt::Hamt;

Create a new HAMT with bit width 5

use fvm_ipld_hamt::Hamt; fn main() { let hamt: Hamt<_, Vec<u8>, _> = Hamt::new_with_bit_width(5); println!("HAMT created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
fvm-ipld-hamt — cargo add fvm-ipld-hamt · libregistry