Registry / utility / id-tree

id-tree

JSON →
library1.8.0rscratesunverified

A library for creating and modifying tree structures with unique node identifiers.

# Cargo.toml [dependencies] id_tree = "1.8.0"
INSTALL
IMPORT
SIG · ID-TREE
I
id-tree
utilityrustv1.8.0
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.

Tree
use id_tree::Tree;

Creates a new tree and inserts a root node.

use id_tree::Tree; fn main() { let mut tree = Tree::new(); let root_id = tree.insert("root", None).unwrap(); println!("Root node ID: {:?}", root_id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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