gmail

Crates.iogmail
lib.rsgmail
version0.15.11
sourcesrc
created_at2023-12-26 05:36:42.931373
updated_at2024-08-22 20:43:43.347829
descriptionA fluent library for the Gmail API, based on OpenAPI spec
homepagehttps://github.com/libninjacom/gmail-rs
repositoryhttps://github.com/libninjacom/gmail-rs
max_upload_size
id1080638
size991,412
Joey (jcaffrey)

documentation

https://docs.rs/gmail

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:

[dependencies]
gmail = ".."

Documentation

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

Contributing

Contributions are welcome!

Library created with Libninja.

Commit count: 32

cargo fmt