Crate im_pathtree
source ·Expand description
Immutable, path-addressable tree data structure.
Structs§
- Iterator over all ancestor nodes of the given node.
 - Iterator over descendants of a node
 - Half-edge to another node in the tree.
 - Half-edge to another node in the tree.
 - Half-edge to another node in the tree.
 - Intrinsic data of an inner node.
 - Intrinsic data of a leaf node.
 - Cheaply clonable path tree structure.
 - Return type when inserting or replacing a subtree.
 - Return type when removing a node from the tree.
 - Immutable node in the tree.
 - A conflicting path from a parent to a child node.
 
Enums§
Traits§
- Owned path segment.
 - Borrowed path segment.
 - Type system for
PathTree. - Absolute path with a root.
 - Decomposition of a path into segments.