[dependencies.bst-rs]
version = "0.1.0"
[dev-dependencies.proptest]
version = "1.7.0"
[dev-dependencies.rand]
version = "0.8"
[lib]
name = "data_forest"
path = "src/lib.rs"
[package]
authors = ["Anton Anisimov <anisimov.anton.main@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "science"]
description = "Implementation of various types of trees."
documentation = "https://docs.rs/data_forest"
edition = "2024"
homepage = "https://github.com/anisimov-anthony/data_forest"
keywords = ["data-structures", "tree", "search-tree", "balanced-tree", "algorithm"]
license = "MIT"
name = "data_forest"
readme = "README.md"
repository = "https://github.com/anisimov-anthony/data_forest"
version = "0.1.2"
[[test]]
name = "avl_operations"
path = "tests/avl_operations.rs"
[[test]]
name = "bst_operations"
path = "tests/bst_operations.rs"