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
andIntoIter
) serde
feature for serialization
Missing features:
- Parallel iteration with
rayon