treers 0.1.2

Simple implementation of Sedgewick's tree maps
Documentation
[package]
name = "treers"
version = "0.1.2"
authors = ["Horki <ivanzvonimirhorvat@gmail.com>"]
description = "Simple implementation of Sedgewick's tree maps"
categories = ["data-structures", "algorithms"]
edition = "2018"
repository = "https://github.com/Horki/treers"
readme = "./README.md"
license = "MIT"
documentation = "https://docs.rs/treers/"

[dependencies]

[dev-dependencies]
bencher = "0.1.5"

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