Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 969 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 969 Bytes

forest-ds

Crates.io docs.rs check test codecov

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:

  • Parallel iteration with rayon