Expand description
Trees based on indexes to a generational arena.
§Features
defaultsplit,unified,deque
splitunifieddequeserde- Enables implementations of serde’s
SerializeandDeserializetraits.
- Enables implementations of serde’s
Modules§
Structs§
Enums§
Traits§
- Base
Node - Branch
Node - A node that can have children.
- Branch
Node Deque deque - A node that stores its children as a
VecDeque, allowing them to be indexed. - Linked
Node - A node that is linked to its previous and next siblings.
- Node
- A node in a tree.
- Node
Token