ece_421_sam_cynthia_aditya_trees 0.1.1

A simple, smart pointer implementation of Red Black and AVL trees
Documentation
[package]
name = "ece_421_sam_cynthia_aditya_trees"
version = "0.1.1"
authors = ["AdityaHarvi <45128157+AdityaHarvi@users.noreply.github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A simple, smart pointer implementation of Red Black and AVL trees"
readme = "readme.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.7.0"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "benchmark"
harness = false