io-gmail 0.2.2

Google Gmail REST API client library for Rust
Documentation
1
2
3
4
5
6
7
//! User-level Gmail methods (`users`): get profile, watch, stop.
//!
//! <https://developers.google.com/gmail/api/reference/rest/v1/users>

pub mod get_profile;
pub mod stop;
pub mod watch;