Module rusoto_codegen::generator [] [src]

Traits

GenerateProtocol

Abstracts the generation of Rust code for various AWS protocols

Functions

capitalize_first

Capitalize the first character in the given string. If the input string is empty an empty string is returned.

generate_field_name

Translate a botocore field name to something rust-idiomatic and escape reserved words with an underscore

generate_source

Given a botocore Service object, determine its protocol and use the appropriate code generator to write code directly to a file at the specified path