botocore_parser 0.1.0

Helper crate for parsin AWS JSON service definitions
1
2
3
4
5
6
7
# botocore_parser

Rust parser of [botocore](https://github.com/boto/botocore)'s JSON AWS service definitions.

Uses [serde](https://github.com/serde-rs/serde) as well as other serde libraries such as serde_codegen and serde_json.  [Syntex](https://github.com/serde-rs/syntex) is also used for code generation.

Designed for use by [Rusoto](https://github.com/rusoto/rusoto), an AWS SDK for Rust.