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::error::Error;pub use crate::error::Result;pub use crate::gss::Gss;pub use crate::gss::StackIdx;pub use crate::forest::Forest;pub use crate::forest::ForestIdx;
Modules§
Macros§
- forest
- Declaratively construct
Forest<D>instances, where the$dataarguments all have typeDand no data is being stored in any edges. - stackpath