avl 0.4.3

A map and a set implemented with an AVL tree.
Documentation
[dependencies]
[dev-dependencies.rand]
version = "0.7.3"

[features]
consistency_check = []

[package]
authors = ["Oliver Anhuth <oliver.anhuth@zoho.com>"]
categories = ["algorithms", "data-structures"]
description = "A map and a set implemented with an AVL tree."
documentation = "https://docs.rs/avl/0.4.3/avl/"
edition = "2018"
exclude = ["AVL Trees.pdf"]
homepage = "https://github.com/oliver-anhuth/avl"
license = "MIT"
name = "avl"
readme = "README.md"
repository = "https://github.com/oliver-anhuth/avl"
version = "0.4.3"