egml-core 0.0.2-alpha.3

Core primitives and operations for processing GML data.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, Copy)]
pub enum NilReasonEnumeration {
    Inapplicable,
    Missing,
    Template,
    Unknown,
    Withheld,
}