Registry / utility / ego-tree

ego-tree

JSON →
library0.11.0rscratesunverified

A Vec-backed ID-tree data structure for efficient tree operations.

# Cargo.toml [dependencies] ego-tree = "0.11.0"
INSTALL
IMPORT
SIG · EGO-TREE
E
ego-tree
utilityrustv0.11.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 ego_tree::Tree;

Creates a tree with a root node and appends a child.

use ego_tree::Tree; fn main() { let mut tree = Tree::new(0); let root = tree.root_mut(); root.append(1); println!("Tree created with root and child"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
ego-tree — cargo add ego-tree · libregistry