Registry / crypto / forest-encoding

forest-encoding

JSON →
library0.2.2rscratesunverified

Filecoin encoding and decoding utilities for use in Forest.

# Cargo.toml [dependencies] forest_encoding = "0.2.2"
INSTALL
IMPORT
SIG · FOREST-ENCODING
F
forest-encoding
cryptorustv0.2.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.

encode
✓ use forest_encoding::encode;

Encodes data using Filecoin encoding.

use forest_encoding::encode; fn main() { let data = vec![1, 2, 3]; let encoded = encode(&data).unwrap(); println!("Encoded: {:?}", encoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources