io-gmail 0.2.2

Google Gmail REST API client library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Gmail REST API (`users.*`), flattened: each method is a file and
//! each sub-resource a module, mirroring the reference tree.
//!
//! <https://developers.google.com/gmail/api/reference/rest>

pub mod drafts;
pub mod history;
pub mod labels;
pub mod messages;
pub mod settings;
pub mod threads;
pub mod users;