Crate fork_tree

Source
Expand description

Utility library for managing tree-like ordered data with logic for pruning the tree while finalizing nodes.

Structs§

ForkTree
A tree data structure that stores several nodes across multiple branches.

Enums§

Error
Error occurred when iterating with the tree.
FilterAction
Filtering action.
FinalizationResult
Result of finalizing a node (that could be a part of the tree or not).