geozero 0.15.1

Zero-Copy reading and writing of geospatial data in WKT/WKB, GeoJSON, MVT, GDAL, and other formats.
1
2
3
4
mod gpx_reader;

pub use gpx_reader::read_gpx;
pub use gpx_reader::{Gpx, GpxReader};