34 stable releases
2.1.0 | May 20, 2022 |
---|---|
2.0.1 | Mar 27, 2022 |
1.10.2 | Dec 31, 2021 |
1.10.1 | Feb 7, 2021 |
0.1.1 | Dec 1, 2017 |
#697 in Data structures
117 downloads per month
Used in 6 crates
(3 directly)
36KB
895 lines
Summary
A library that provides a complete binary tree visitor trait with common default implementations for visiting strategies such as dfs_inorder or dfs preorder, etc. It also provides two flavors of a complete binary tree data structure with mutable and immutable visitors that implement the visitor trait.