geoarrow_expr_geos/
lib.rs1#![cfg_attr(docsrs, feature(doc_cfg))]
2#![cfg_attr(not(test), deny(unused_crate_dependencies))]
3#![doc(
4 html_logo_url = "https://github.com/geoarrow.png",
5 html_favicon_url = "https://github.com/geoarrow.png?size=32"
6)]
7
8pub mod export;
9pub mod import;