forest-ds 1.0.0

Implementation of a secure tree structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# forest-ds

Implementation an arena based Tree structure.

Implemented features:

- Appending children and siblings
- Inserting children and siblings on any node
- Iteration on the structure (`Iter`, `IterMut` and `IntoIter`)
- `serde` feature for serialization

Missing features:

- Removal of a node
- Parallel iteration with `rayon`