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

#27 in #rusoto

46 downloads per month

MIT license

3.5MB
44K SLoC

Python 41K SLoC // 0.2% comments Rust 3K SLoC // 0.0% comments Gherkin (Cucumber) 560 SLoC // 0.1% comments Batch 166 SLoC Forge Config 9 SLoC INI 7 SLoC

Rusoto codegen

Code generation crate for Rusoto.

Parts

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

~12MB
~266K SLoC