serde_aws_query_ce

This is a Rust library for serializing to and deserializing from AWS Query string.
Installation
[]
= "0.1"
Feature Coverage
- Serialization
- Simple struct support
- Vec support
- Enum support
- xmlFlattened support
Note: serialization to AWS Query string will be added later.
- Deserialization
- Simple struct support
- Vec support
- Enum support
- Flattened Vec support
- AWS Smithy types
License
The library is licenced under Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)