view generate/README.md @ 44:2b6d7966e827

Move templates to using common crate.
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 19 Oct 2020 13:09:10 +0200
parents 5bae50fee65c
children 46c8f859acd0
line wrap: on
line source

# async-google-apis: Generator

This python script (collection) generates Rust code from Google's API discovery
documents. The easiest way to use the code is to copy the generated code to your
crate.

Make sure to import the `async-google-apis-common` crate in your `Cargo.toml`.
Please read the `README` in that crate for further advice.