{"id":64924,"library":"forest-encoding","title":"Forest Encoding","description":"Filecoin encoding and decoding utilities for use in Forest.","status":"active","version":"0.2.2","language":"rust","source_language":null,"source_url":"https://github.com/ChainSafe/forest","tags":["filecoin","encoding","decoding","forest"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nforest_encoding = \"0.2.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add forest_encoding","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"encode","correct":"use forest_encoding::encode;"}],"quickstart":{"code":"use forest_encoding::encode;\n\nfn main() {\n    let data = vec![1, 2, 3];\n    let encoded = encode(&data).unwrap();\n    println!(\"Encoded: {:?}\", encoded);\n}","lang":"rust","description":"Encodes data using Filecoin encoding."},"warnings":[],"env_vars":null,"search_vec":"'decod':6,14 'encod':2,4,13 'filecoin':3,12 'forest':1,11,15 'use':9 'util':7","created_at":"2026-06-17T17:02:12.805046+00:00","updated_at":"2026-06-17T17:02:12.805046+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ChainSafe/forest","github":"https://github.com/ChainSafe/forest","docs":"https://docs.rs/forest_encoding/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}