geo-index 0.3.4

Fast, immutable, ABI-stable spatial indexes.
Documentation
1
2
3
4
pub(crate) const KDBUSH_MAGIC: u8 = 0xdb;
/// serialized format version
pub(crate) const KDBUSH_VERSION: u8 = 1;
pub(crate) const KDBUSH_HEADER_SIZE: usize = 8;