Currently, we are storing gDay, gMonth and so on as String. This is, obviosly, not the best thing to do.
Rust types for gMonth and other built-in XSD g...-types should both provide stored value as an integer and support proper (de)serialization with yaserde.
Currently, we are storing gDay, gMonth and so on as String. This is, obviosly, not the best thing to do.
Rust types for gMonth and other built-in XSD g...-types should both provide stored value as an integer and support proper (de)serialization with
yaserde
.