Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libninjacom/gmail-rs
https://github.com/libninjacom/gmail-rs
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/libninjacom/gmail-rs
- Owner: libninjacom
- License: mit
- Created: 2023-12-26T05:27:12.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-22T20:43:13.000Z (3 months ago)
- Last Synced: 2024-10-31T09:08:50.557Z (16 days ago)
- Language: Rust
- Size: 310 KB
- Stars: 2
- 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).*