lucisearch 0.8.1

Embeddable, in-process search engine — the SQLite/DuckDB of search
Documentation
1
2
3
4
5
6
7
//! Geospatial support: geo_point/geo_shape storage, spatial queries.
//!
//! See [[geospatial]], [[feature-geo-shape]], and [[feature-geo-shape|milestone-6]].

pub mod geo;
pub mod query;
pub mod shape;