1 2 3 4 5 6 7 8 9 10
//! Test data for GeoArrow #![cfg_attr(docsrs, feature(doc_cfg))] #![cfg_attr(not(test), warn(unused_crate_dependencies))] #![doc( html_logo_url = "https://github.com/geoarrow.png", html_favicon_url = "https://github.com/geoarrow.png?size=32" )] pub mod raw;