ABtree 0.6.0

AVL and Btree for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
description = "AVL and Btree for rust"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "README.md"]
keywords = ["AVL", "Btree"]
license = "MIT"
name = "ABtree"
repository = "https://github.com/GuoHao150/ABtree"
version = "0.6.0"
[profile.release]
opt-level = 3