rusoto_codegen 0.8.0

Code generation library for Rusoto.
Documentation

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.