| Crates.io | forrust_fire_tree |
| lib.rs | forrust_fire_tree |
| version | 0.1.2 |
| created_at | 2025-07-14 17:07:33.123252+00 |
| updated_at | 2025-11-13 17:46:57.850159+00 |
| description | A tree data structure |
| homepage | |
| repository | https://github.com/purple-ic/forrust_fire |
| max_upload_size | |
| id | 1752051 |
| size | 54,328 |
A tree data structure which can be built quickly and then burned to an immutable version in one go.
ForestFire is the mutable version of the tree:
ForestFire::branch) basically amounts to a Vec::push.Ashes where it can be traversed as a tree.Ashes is the immutable version of the tree:
This crate is part of the forrust_fire collection.