ecitygml-core 0.0.1-alpha.13

Core primitives and operations for processing CityGML data.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, PartialEq, Eq, Hash, Ord, PartialOrd)]
pub struct IntAttribute {
    pub name: String,
    pub value: i64,
}