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
11
#[doc(hidden)]
pub mod best_query_result_item;

#[doc(hidden)]
pub mod query_result_item;

pub(crate) mod result_collection;

#[cfg(feature = "result_collection_stats")]
#[doc(hidden)]
pub mod result_collection_stats;