{"id":67443,"library":"trie-root","title":"trie-root","description":"In-memory patricia trie operations for Merkle proofs.","status":"active","version":"0.18.0","language":"rust","source_language":null,"source_url":"https://github.com/paritytech/trie","tags":["trie","merkle","crypto","blockchain"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntrie-root = \"0.18.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add trie-root","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"trie_root","correct":"use trie_root::trie_root;"}],"quickstart":{"code":"use trie_root::trie_root;\n\nfn main() {\n    let data = vec![(b\"key\".to_vec(), b\"value\".to_vec())];\n    let root = trie_root::trie_root(data);\n    println!(\"Trie root: {:?}\", root);\n}","lang":"rust","description":"Computes the Merkle root of a patricia trie."},"warnings":[],"env_vars":null,"search_vec":"'blockchain':16 'crypto':15 'in-memori':4 'memori':6 'merkl':11,14 'oper':9 'patricia':7 'proof':12 'root':3 'trie':2,8,13 'trie-root':1","created_at":"2026-06-17T17:37:23.623769+00:00","updated_at":"2026-06-17T17:37:23.623769+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/paritytech/trie","github":"https://github.com/paritytech/trie","docs":"https://docs.rs/trie-root/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"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}}