1 unstable release

Uses new Rust 2024

new 0.1.1 May 11, 2025
0.1.0 May 11, 2025

#1221 in Algorithms

MIT license

24KB
416 lines

🌳 Data Forest

Rust Version CI Tests Clippy Check Docs Check codecov MIT License Docs

Rust Implementation of Tree Data Structures

Author

Anton Anisimov (anisimov-anthony)

Project Goals

Build a modular Rust library implementing various tree data structures

Supported Trees

In progress:

  • Binary search tree

Planned:

  • AVL tree
  • RB tree
  • B tree
  • B+ tree
  • SLM tree

License

MIT License © 2025 Anton Anisimo (anisimov-anthony)

Full text: LICENSE.md

Dependencies

~93KB