# 🌳 Data Forest
[](https://www.rust-lang.org)
[](https://github.com/anisimov-anthony/data_forest/actions/workflows/build-test-coverage.yml)
[](https://github.com/anisimov-anthony/data_forest/actions/workflows/clippy-check.yml)
[](https://github.com/anisimov-anthony/data_forest/actions/workflows/docs-check.yml)
[](https://codecov.io/gh/anisimov-anthony/data_forest)
[](https://opensource.org/licenses/MIT)
[](https://anisimov-anthony.github.io/data_forest)
**🦀 Rust Implementation of Tree Data Structures**
## 👨 Author
**Anton Anisimov** ([anisimov-anthony](https://github.com/anisimov-anthony))
## 🎯 Project Goals
Build a modular Rust library implementing various tree data structures
## Supported Trees
### ✅ Implemented:
- Binary search tree
- AVL tree
- RB tree
### 📅 Planned:
- 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`