mws 0.12.0

Client library for Amazon Marketplace Web Service (Amazon MWS)
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;