data_forest

Crates.iodata_forest
lib.rsdata_forest
version0.1.2
created_at2025-05-11 17:14:17.0352+00
updated_at2025-07-19 14:19:01.340092+00
descriptionImplementation of various types of trees.
homepagehttps://github.com/anisimov-anthony/data_forest
repositoryhttps://github.com/anisimov-anthony/data_forest
max_upload_size
id1669563
size119,291
Anton Anisimov (anisimov-anthony)

documentation

https://docs.rs/data_forest

README

🌳 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

✅ Implemented:

  • Binary search tree
  • AVL tree

📅 Planned:

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

🤝 Contributing

PRs welcome! Found a bug? Please open an issue!

⚖️ License

MIT License © 2025 Anton Anisimov (anisimov-anthony)

Full text: LICENSE.md

Commit count: 36

cargo fmt