18 releases (7 breaking)
Uses old Rust 2015
0.8.0 | Apr 12, 2017 |
---|---|
0.7.1 | Mar 3, 2017 |
0.7.0 | Feb 23, 2017 |
0.4.0 | Dec 2, 2016 |
0.2.4 | Jul 22, 2016 |
#9 in #rusoto
94 downloads per month
3.5MB
44K
SLoC
Rusoto codegen
Code generation crate for Rusoto.
Parts
- botocore - AWS' low level SDK https://github.com/boto/botocore
- build.rs - Codegen build script
- src - Bulk of the project: containers code generators to read in botocore service definitions and emit Rust
Instructions
Updating git submodule
After a fresh clone of the rusoto repo:
cd rusoto
git submodule init
git submodule update
Or: git clone --recursive git@github.com:rusoto/rusoto.git
Using codegen
Codegen is called by the parent Rusoto crate. Refer to Rusoto documentation on building the project.
Dependencies
~11MB
~254K SLoC