https://github.com/libninjacom/gmail-rs
https://github.com/libninjacom/gmail-rs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/libninjacom/gmail-rs
- Owner: libninjacom
- License: mit
- Created: 2023-12-26T05:27:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T21:52:33.000Z (over 1 year ago)
- Last Synced: 2025-05-13T00:15:06.627Z (about 1 year ago)
- Language: Rust
- Size: 318 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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).*