Skip to main content

luci/spatial/
mod.rs

1//! Geospatial support: geo_point/geo_shape storage, spatial queries.
2//!
3//! See [[geospatial]], [[feature-geo-shape]], and [[feature-geo-shape|milestone-6]].
4
5pub mod geo;
6pub mod query;
7pub mod shape;