| Crates.io | compt |
| lib.rs | compt |
| version | 2.1.0 |
| created_at | 2017-12-01 15:36:19.497313+00 |
| updated_at | 2022-05-20 13:47:52.387724+00 |
| description | A complete binary tree visitor library |
| homepage | |
| repository | https://github.com/tiby312/compt |
| max_upload_size | |
| id | 41247 |
| size | 42,880 |
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.