Registry / database / fvm-ipld-amt

fvm-ipld-amt

JSON →
library0.7.7rscratesunverified

Sharded IPLD Array implementation for the Filecoin Virtual Machine.

# Cargo.toml [dependencies] fvm_ipld_amt = "0.7.7"
INSTALL
IMPORT
SIG · FVM-IPLD-AMT
F
fvm-ipld-amt
databaserustv0.7.7
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.

Amt
use fvm_ipld_amt::Amt;

Creates a new AMT (Array Mapped Trie) and sets a value at index 0.

use fvm_ipld_amt::Amt; use fvm_ipld_encoding::DagCbor; fn main() { let store = fvm_ipld_blockstore::MemoryBlockstore::default(); let mut amt = Amt::new(&store); amt.set(0, "hello").unwrap(); println!("{:?}", amt.get(0)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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