Registry / database / tp-trie

tp-trie

JSON →
library2.1.2rscratesunverified

Patricia trie implementation using tetsy-scale-codec node format for Tetcore.

# Cargo.toml [dependencies] tp-trie = "2.1.2"
INSTALL
IMPORT
SIG · TP-TRIE
T
tp-trie
databaserustv2.1.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.

TrieDB
use tp_trie::TrieDB;

Creates a new Patricia trie database.

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

No known issues recorded.

Upgrade
Version history
2.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
32
Meta
2
OpenAI (training)
1
Resources
tp-trie — cargo add tp-trie · libregistry