#google-api #rest #google #async #async-api #api

async-google-apis-common

Shared code for the async-google-apis generated code

11 releases

0.4.0 Mar 1, 2023
0.3.0 Feb 28, 2021
0.2.1 Feb 7, 2021
0.2.0 Jan 13, 2021
0.1.7 Oct 26, 2020

#68 in #async-api

27 downloads per month

MIT license

28KB
513 lines

async-google-apis-common

Docs.rs Crates.rs

This crate is required by the modules generated by async-google-apis. Once linked, it takes care of the dependencies used by the generated code.

Make sure that the modules you are using are at compatible versions of the ones used here. If this is a problem, you can remove the crate import from the generated code and supply your own dependencies instead, or store a modified copy of the crate and depend on the local copy.

Note that for some macros to work, you still need to add the following dependencies to your Cargo.toml:

serde = "~1.0"

lib.rs:

Common types, imports, and functions used by generated code, including HTTP requests and error types.

This is not very useful on its own -- check out async-google-apis on github. It is a code generator, which generates code that utilizes this crate.

Dependencies

~18–32MB
~590K SLoC