[[bench]]
harness = false
name = "benchmarks"
[dependencies.criterion]
version = "0.3.3"
[dependencies.rand]
version = "0.7.3"
[lib]
name = "tree_collections"
path = "src/lib.rs"
[package]
authors = ["Binkai Tan <binkai@ualberta.ca>", "Da Song <dsong4@ualberta.ca >", "Ruijia Zhang <ruijia4@ualberta.ca >"]
description = "A collection for tree data structures. It provides APIs that allows users to create memory efficient binary search trees, red-black trees and avl trees."
documentation = "https://docs.rs/tree_collections/latest/tree_collections/"
edition = "2018"
keywords = ["BST", "red-black", "AVL", "tree"]
license = "MIT OR Apache-2.0"
name = "tree_collections"
readme = "README.md"
version = "0.1.8"