Registry / other / fvm-shared

fvm-shared

JSON →
library4.8.2rscratesunverified

Shared types and functions for the Filecoin Virtual Machine.

# Cargo.toml [dependencies] fvm_shared = "4.8.2"
INSTALL
IMPORT
SIG · FVM-SHARED
F
fvm-shared
otherrustv4.8.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.

ActorID
use fvm_shared::types::ActorID;

Demonstrates importing and using an ActorID from fvm_shared.

use fvm_shared::types::ActorID; fn main() { let id = ActorID::new(1000); println!("Actor ID: {:?}", id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.8.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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