#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
#![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 cast;
pub mod downcast;