Code generation crate for Rusoto.
After a fresh clone of the rusoto repo:
bash
cd rusoto
git submodule init
git submodule update
Or: git clone --recursive git@github.com:rusoto/rusoto.git
Codegen is called by the parent Rusoto crate. Refer to Rusoto documentation on building the project.