Module toy_arena::tree[][src]

Expand description

Tree layered on top of the generational arena

Similar crates

WARNING: This module definitely needs more tests!

Re-exports

pub use iter::TraverseItem;

Modules

Iterators types for the Tree

Iterators of mutable bindings of the Tree nodes

Tree layered on top of the generational arena

Macros

Creates a Tree with given hierarchy of value

Structs

Opaque tree node index

Tree layered on top of Arena. See NodeId for parenting methods.

Type Definitions

Tree node index with parenting API

Tree without generations