io-gmail 0.2.2

Google Gmail REST API client library for Rust
Documentation
1
2
3
4
5
//! Gmail message attachments (`users.messages.attachments`): get.
//!
//! <https://developers.google.com/gmail/api/reference/rest/v1/users.messages.attachments>

pub mod get;