i_tree 0.8.3

Red-black tree implementation for rust. Only for uniq elements
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "i_tree"
version = "0.8.3"
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
edition = "2021"
description = "Red-black tree implementation for rust. Only for uniq elements"
license = "MIT"
repository = "https://github.com/iShape-Rust/iTree"

[dev-dependencies]
rand = "0.8.5"

i_float = { version = "^1.3.0" }
#i_float = { path = "../iFloat" }