Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/libninjacom/gmail-rs


https://github.com/libninjacom/gmail-rs

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        



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:

```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).*