[][src]Crate simple_tree

Structs

BreadthIter

For iterating over the tree, depth-first

DepthIter

For iterating over the tree, depth-first

Node

A node of the tree

NodeID

An ID that stores an index and a version index is used to retrieve the data from the internal tree arrays version allows reuse of previous indexes that have been deleted

Tree

Stores all data and relationships between nodes