view generate/README.md @ 83:218cb13f4f01

Added tag common_v0.1.4 for changeset 9bffd4cf3e50
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 24 Oct 2020 16:52:21 +0200
parents 2b6d7966e827
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.