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 citygml_element;
mod combined_citygml_element;
mod namespace;
mod thread_pool;
mod version;

pub use citygml_element::*;
pub use combined_citygml_element::*;
pub use namespace::*;
pub use thread_pool::*;
pub use version::*;