Expand description
This module defines a low-level and cache-friendly tree datastructure that can be newtyped for higher-level trees.
Re-exports§
pub use crate::edge::Edge;pub use crate::error::Error;pub use crate::error::Result;pub use crate::forest::Forest;pub use crate::forest::ForestIdx;pub use crate::gss::Gss;pub use crate::gss::StackIdx;pub use crate::phase::Phase;
Modules§
Macros§
- Node
Iter - forest
- Declaratively construct
Forest<D>instances, where the$dataarguments all have typeDand no data is being stored in any edges. - node_
idx - Create a new type
$name : NodeIdx. - stackpath