rstar 0.7.0

R*-tree library for the rust ecosystem
Documentation
[badges.codecov]
branch = "master"
repository = "Stoeoef/rstar"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "Stoeoef/rstar"
[dependencies.num-traits]
version = "0.2"

[dependencies.pdqselect]
version = "0.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.approx]
version = "0.3"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.rand_hc]
version = "0.2"

[dev-dependencies.serde_json]
version = "1.0"

[features]
debug = []
default = []

[package]
authors = ["Stefan Altmayer <stoeoef@gmail.com>"]
categories = ["data-structures", "algorithms"]
description = "R*-tree library for the rust ecosystem"
documentation = "https://docs.rs/rstar/"
edition = "2018"
keywords = ["rtree", "r-tree", "rstar", "spatial", "nearest-neighbor"]
license = "MIT/Apache-2.0"
name = "rstar"
readme = "README.md"
repository = "https://github.com/Stoeoef/rstar"
version = "0.7.0"