1 2 3 4 5 6 7
//! XML encode/decode utilities built on [xml-rs](https://github.com/netvl/xml-rs) //! #[macro_use] pub mod decode; #[macro_use] pub mod encode;