mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(rustup): rustc (be9bd7c93 2015-04-05)
* using std::convert * update to latest hyper (and other dependencies) Related to #46
This commit is contained in:
@@ -5,7 +5,7 @@ DO NOT EDIT !
|
||||
-->
|
||||
The `google-gmail1` library allows access to all features of the *Google gmail* service.
|
||||
|
||||
This documentation was generated from *gmail* crate version *0.1.2+20150313*, where *20150313* is the exact revision of the *gmail:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
|
||||
This documentation was generated from *gmail* crate version *0.1.2+20150303*, where *20150303* is the exact revision of the *gmail:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.2*.
|
||||
|
||||
Everything else about the *gmail* *v1* API can be found at the
|
||||
[official documentation site](https://developers.google.com/gmail/api/).
|
||||
@@ -86,8 +86,8 @@ google-gmail1 = "*"
|
||||
|
||||
```Rust
|
||||
extern crate hyper;
|
||||
extern crate "yup-oauth2" as oauth2;
|
||||
extern crate "google-gmail1" as gmail1;
|
||||
extern crate yup_oauth2 as oauth2;
|
||||
extern crate google_gmail1 as gmail1;
|
||||
use gmail1::Message;
|
||||
use gmail1::{Result, Error};
|
||||
use std::fs;
|
||||
|
||||
Reference in New Issue
Block a user