Crates.io | gmail |
lib.rs | gmail |
version | |
source | src |
created_at | 2023-12-26 05:36:42.931373+00 |
updated_at | 2025-02-27 21:52:38.605904+00 |
description | A fluent library for the Gmail API, based on OpenAPI spec |
homepage | https://github.com/libninjacom/gmail-rs |
repository | https://github.com/libninjacom/gmail-rs |
max_upload_size | |
id | 1080638 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Gmail client, generated from the OpenAPI spec.
See examples/ directory for usage.
This example loads configuration from environment variables, specifically:
Add this to your Cargo.toml:
[dependencies]
gmail = ".."
You can see working examples of every API call in the examples/
directory.
Contributions are welcome!
Library created with Libninja.