kiddo 0.2.1

K-dimensional tree in Rust for fast geospatial indexing and nearest neighbors lookup
Documentation
[[bench]]
harness = false
name = "add_points"

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

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

[[bench]]
harness = false
name = "best_within_3d_unit_sphere"
[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_derive]
optional = true
version = "1.0"
[dev-dependencies.aligned]
version = "0.4"

[dev-dependencies.criterion]
version = "0.3.4"

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

[dev-dependencies.rand_distr]
version = "0.4"

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

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

[features]
serialize = ["serde", "serde_derive"]

[package]
authors = ["Scott Donnelly <scott@donnel.ly>", "Rui Hu <code@mrhooray.com>"]
autobenches = false
description = "K-dimensional tree in Rust for fast geospatial indexing and nearest neighbors lookup"
documentation = "https://docs.rs/kiddo"
edition = "2018"
keywords = ["kd-tree", "kdtree", "kd", "nearest", "neighbor"]
license = "MIT OR Apache-2.0"
name = "kiddo"
readme = "README.md"
repository = "https://github.com/sdd/kiddo"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true