xml-struct-types 0.0.1-alpha

Types used by structs generated by [xml-struct-gen](https://github.com/richardstephens/xml-struct-gen-rs) tool.
Documentation
1
2
3
4
5
pub mod error;
mod traits;
pub mod utils;

pub use traits::*;