Gmail client, generated from the OpenAPI spec.
# Usage
See examples/ directory for usage.
This example loads configuration from environment variables, specifically:
# Installation
Add this to your Cargo.toml:
```toml
[dependencies]
gmail = ".."
```
# Documentation
* [API Documentation](https://developers.google.com/gmail/api/)
* [Client Library Documentation](https://docs.rs/gmail)
You can see working examples of every API call in the `examples/` directory.
# Contributing
Contributions are welcome!
*Library created with [Libninja](https://github.com/kurtbuilds/libninja).*