nabo 0.6.0

A fast K Nearest Neighbor (KNN) library for low-dimensional spaces
Documentation
1
2
3
4
/// Local trait for providing infinity, working-around the Rust trait impl limitations
pub(crate) trait HasInfinite {
    fn infinite() -> Self;
}