Implementation an arena based Tree structure.
Implemented features:
- Appending children and siblings
- Inserting children and siblings on any node
- Iteration on the structure (
Iter,IterMutandIntoIter) serdefeature for serialization
Missing features:
- Parallel iteration with
rayon