view async-google-apis-common/README.md @ 171:714165191d0d

Merge pull request #6 from mike-kfed/youtube_example minimal youtube API example listing top 5 videos on youtube
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 10 Dec 2020 13:19:58 +0100
parents d1072fd4f20c
children
line wrap: on
line source

# `async-google-apis-common`

[![Docs.rs](https://docs.rs/async-google-apis-common/badge.svg)](https://docs.rs/async-google-apis-common)
[![Crates.rs](https://img.shields.io/crates/v/async-google-apis-common.svg)](https://crates.io/crates/async-google-apis-common)

This crate is required by the modules generated by
[`async-google-apis`](https://github.com/dermesser/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`:

```toml
serde = "~1.0"
```