Crate synctree

Source

Re-exports§

pub use node_arena::NodeArena;

Modules§

arena
macros
node_arena

Macros§

tree
Creates a tree.

Structs§

Ancestors
An iterator over node ancestors.
Children
An iterator over node children.
DFTraverse
An iterator over node descendants, including itself, in NLR depth-first order.
Node
A reference to the tree node.
NodeEntry
A node entry, stored in the NodeArena.
Siblings
An iterator over node siblings, including itself.