kiddo 6.0.0-alpha.2

A high-performance, flexible, ergonomic k-d tree library. Ideal for geo- and astro- nearest-neighbour and k-nearest-neighbor queries
Documentation
1
2
3
4
5
6
7
8
9
10
mod approx_nearest_one;
mod best_n_within;
pub mod builder;
mod periodic;
pub use builder::{Exclude, Include, Projection, QueryBuilder};
mod nearest_n;
mod nearest_n_within;
mod nearest_one;
mod within;
mod within_unsorted;