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

Download history 33/week @ 2024-09-21 23/week @ 2024-09-28 1/week @ 2024-10-05 1/week @ 2024-10-12 78/week @ 2024-11-30 278/week @ 2024-12-07 190/week @ 2024-12-14

546 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

~11MB
~253K SLoC