geoarrow-cast 0.4.0

Functions for converting from one GeoArrow geometry type to another.
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]

pub mod cast;
pub mod downcast;