[dev-dependencies.i_float]
version = "^1.3.0"
[dev-dependencies.rand]
version = "0.8.5"
[lib]
name = "i_tree"
path = "src/lib.rs"
[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Red-black tree implementation for rust. Only for uniq elements"
edition = "2021"
license = "MIT"
name = "i_tree"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iTree"
version = "0.8.3"
[[test]]
name = "array_tests"
path = "tests/array_tests.rs"
[[test]]
name = "edge_tests"
path = "tests/edge_tests.rs"
[[test]]
name = "ordered_array_tests"
path = "tests/ordered_array_tests.rs"
[[test]]
name = "time_tests"
path = "tests/time_tests.rs"
[[test]]
name = "tree_tests"
path = "tests/tree_tests.rs"