geo-index 0.3.0

Fast, immutable, ABI-stable spatial indexes.
Documentation
1
2
3
4
5
6
7
8
9
//! Sorting implementations for immutable RTrees.

mod hilbert;
mod str;
mod r#trait;

pub use hilbert::HilbertSort;
pub use r#str::STRSort;
pub use r#trait::{Sort, SortParams};