Module trees::linked

source ·
Expand description

Tree/Forest for trees built bottom up.

Re-exports

pub use self::fully::tr;
pub use self::fully::fr;
pub use self::fully::Tree;
pub use self::fully::Forest;
pub use self::fully::Node;
pub use self::fully::Iter;
pub use self::fully::IterMut;
pub use self::fully::Subnode;
pub use self::fully::OntoIter;
pub use self::fully::Visit;
pub use self::fully::TreeWalk;
pub use self::fully::ForestWalk;
pub use super::bfs;

Modules

Tree/Forest implemented in last-child/next-sibling Nodes, allocated on heap, with size information tracked.
Tree/Forest implemented in last-child/next-sibling Nodes, allocated on heap, without size information tracked.