[go: up one dir, main page]

rstar 0.9.3

R*-tree library for the rust ecosystem
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.heapless]
version = "0.7.10"

[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2"

[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
optional = true
version = "1.0"

[dependencies.smallvec]
version = "1.6"
[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>", "The Georust Developers <mods@georust.org>"]
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/georust/rstar"
rust-version = "1.51"
version = "0.9.3"