Registry / crypto / tetsy-trie-root

tetsy-trie-root

JSON →
library0.16.1rscratesunverified

In-memory Patricia trie operations for the Tetsy blockchain framework.

# Cargo.toml [dependencies] tetsy-trie-root = "0.16.1"
INSTALL
IMPORT
SIG · TETSY-TRIE-ROOT
T
tetsy-trie-root
cryptorustv0.16.1
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.

TrieDB
use tetsy_trie_root::trie::TrieDB;

Initialize an in-memory Patricia trie database.

use tetsy_trie_root::trie::TrieDB; fn main() { let db = TrieDB::new(); println!("Trie created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
tetsy-trie-root — cargo add tetsy-trie-root · libregistry