data_forest 0.1.0

Implementation of various types of trees.
Documentation
# 🌳 Data Forest
[![Rust](https://img.shields.io/badge/Rust-1.85%2B-orange)](https://www.rust-lang.org) 
[![CI](https://github.com/anisimov-anthony/data_forest/actions/workflows/rust.yml/badge.svg)](https://github.com/anisimov-anthony/data_forest/actions)
[![codecov](https://codecov.io/gh/anisimov-anthony/data_forest/branch/master/graph/badge.svg?token=NEBBSV6XXK)](https://codecov.io/gh/anisimov-anthony/data_forest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) 

**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

### 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`