botocore_parser 0.1.1

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

[![Build Status](https://travis-ci.org/rusoto/botocore_parser.svg?branch=master)](https://travis-ci.org/rusoto/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.