Registry / other / fvm-ipld-blockstore

fvm-ipld-blockstore

JSON →
library0.3.2rscratesunverified

Provides a sharded IPLD blockstore for use with the Filecoin Virtual Machine.

# Cargo.toml [dependencies] fvm_ipld_blockstore = "0.3.2"
INSTALL
IMPORT
SIG · FVM-IPLD-BLOCKSTOR
F
fvm-ipld-blockstore
otherrustv0.3.2
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.

Blockstore
use fvm_ipld_blockstore::Blockstore;

Demonstrates importing the Blockstore trait (requires a concrete store implementation).

use fvm_ipld_blockstore::Blockstore; // Example usage requires a concrete implementation. // let store = MemoryBlockstore::default(); // let cid = store.put(&some_bytes, Code::Blake2b256)?;
Debug
Known issues
gotchaThis crate is part of the Filecoin ecosystem and may have complex dependencies.
fix
Ensure all required features and dependencies are enabled.
affects: >=0.3.0
Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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