forest-ds

Crates.ioforest-ds
lib.rsforest-ds
version1.1.7
sourcesrc
created_at2022-06-18 19:04:38.113348
updated_at2023-08-21 14:22:40.749124
descriptionImplementation of a secure tree structure.
homepage
repositoryhttps://github.com/joshuachp/forest-ds
max_upload_size
id608657
size75,551
Joshua Chapman (joshuachp)

documentation

README

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
Commit count: 139

cargo fmt