Registry / utility / slab-tree

slab-tree

JSON →
library0.3.2rscratesunverified

A vec-backed tree structure with tree-specific generational indexes for efficient node management.

# Cargo.toml [dependencies] slab_tree = "0.3.2"
INSTALL
IMPORT
SIG · SLAB-TREE
S
slab-tree
utilityrustv0.3.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.

SlabTree
use slab_tree::SlabTree;

Creates a new slab tree and inserts a root node.

use slab_tree::SlabTree; let mut tree = SlabTree::new(); let root = tree.new_node("root");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
slab-tree — cargo add slab-tree · libregistry