ecitygml-io 0.0.2-alpha.5

IO operations for processing CityGML data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
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";