Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.29 KB

Stars Build Status Downloads Crates.io

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:

[dependencies]
gmail = ".."

Documentation

You can see working examples of every API call in the examples/ directory.

Contributing

Contributions are welcome!

Library created with Libninja.