Registry / crypto / forest-address

forest-address

JSON →
library0.3.2rscratesunverified

Filecoin addresses for use in the Forest implementation.

# Cargo.toml [dependencies] forest_address = "0.3.2"
INSTALL
IMPORT
SIG · FOREST-ADDRESS
F
forest-address
cryptorustv0.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.

Address
use forest_address::Address;

Creates a Filecoin address from an ID

use forest_address::Address; fn main() { let addr = Address::new_id(12345).unwrap(); println!("Address: {}", addr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
forest-address — cargo add forest-address · libregistry