{"id":67068,"library":"patricia-trie-vapory","title":"Patricia Trie Vapory","description":"Merkle-Patricia Trie implementation in Vapory style for Ethereum-like state storage.","status":"active","version":"0.1.1","language":"rust","source_language":null,"source_url":"https://github.com/openvapory/tetsy-vapory","tags":["trie","merkle","ethereum","vapory","storage"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npatricia-trie-vapory = \"0.1.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add patricia-trie-vapory","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"PatriciaTrie","correct":"use patricia_trie_vapory::PatriciaTrie;"}],"quickstart":{"code":"use patricia_trie_vapory::PatriciaTrie;\n\nfn main() {\n    let mut trie = PatriciaTrie::new();\n    trie.insert(b\"key\", b\"value\");\n    assert_eq!(trie.get(b\"key\"), Some(b\"value\".to_vec()));\n}","lang":"rust","description":"Creates a Merkle-Patricia trie and performs basic insert and get operations."},"warnings":[],"env_vars":null,"search_vec":"'ethereum':14,20 'ethereum-lik':13 'implement':8 'like':15 'merkl':5,19 'merkle-patricia':4 'patricia':1,6 'state':16 'storag':17,22 'style':11 'trie':2,7,18 'vapori':3,10,21","created_at":"2026-06-17T17:32:37.120465+00:00","updated_at":"2026-06-17T17:32:37.120465+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/openvapory/tetsy-vapory","github":"https://github.com/openvapory/tetsy-vapory","docs":"https://docs.rs/patricia-trie-vapory/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","other"],"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}}