data_forest 0.1.3

Implementation of various types of trees.
Documentation
# 🌳 Data Forest
[![Rust Version](https://img.shields.io/badge/rustc-1.70+-blue.svg)](https://www.rust-lang.org)
[![CI Tests](https://github.com/anisimov-anthony/data_forest/actions/workflows/build-test-coverage.yml/badge.svg)](https://github.com/anisimov-anthony/data_forest/actions/workflows/build-test-coverage.yml)
[![Clippy Check](https://github.com/anisimov-anthony/data_forest/actions/workflows/clippy-check.yml/badge.svg)](https://github.com/anisimov-anthony/data_forest/actions/workflows/clippy-check.yml)
[![Docs Check](https://github.com/anisimov-anthony/data_forest/actions/workflows/docs-check.yml/badge.svg)](https://github.com/anisimov-anthony/data_forest/actions/workflows/docs-check.yml)
[![codecov](https://codecov.io/gh/anisimov-anthony/data_forest/branch/master/graph/badge.svg?token=NEBBSV6XXK)](https://codecov.io/gh/anisimov-anthony/data_forest)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Docs](https://img.shields.io/badge/docs-latest-blue)](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`