standards/unece/
unece_code.rs

1pub struct UneceCode {
2    pub uri: &'static str,
3    pub name: &'static str,
4    pub value: &'static str,
5}