[package] name = "s-tree" version = "0.3.0" authors = ["Nazar Mokrynskyi "] edition = "2018" license = "MIT" description = "This is a wrapper for BTreeMap from Rust's standard library with convenient methods for extracting elements that are within specified number of common leading bits with a target." [dev-dependencies] criterion = "0.3.1" rand = "0.7.3" [profile] [profile.release] lto = true opt-level = 3 [[bench]] name = "benchmark" harness = false