mod codec;
pub mod read;
mod read_impl;
pub(crate) mod util;
pub mod write;
mod write_impl;
pub const FILE_EXTENSION_GML_FORMAT: &str = "gml";
pub const FILE_EXTENSION_GML_ZST_FORMAT: &str = "gml.zst";
pub const FILE_EXTENSION_GML_GZ_FORMAT: &str = "gml.gz";
pub const FILE_EXTENSION_XML_FORMAT: &str = "xml";