Registry / utility / patricia-tree

patricia-tree

JSON →
library0.10.1rscratesunverified

Memory-efficient data structures based on patricia tree for Rust.

# Cargo.toml [dependencies] patricia_tree = "0.10.1"
INSTALL
IMPORT
SIG · PATRICIA-TREE
P
patricia-tree
utilityrustv0.10.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.

PatriciaMap
use patricia_tree::PatriciaMap;

Create a PatriciaMap and insert/retrieve a key-value pair.

use patricia_tree::PatriciaMap; let mut map = PatriciaMap::new(); map.insert("key", 42); assert_eq!(map.get("key"), Some(&42));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
patricia-tree — cargo add patricia-tree · libregistry