oauth-client-rs 
OAuth client for Rust
How to use?
Add this to your Cargo.toml
:
[]
= "*"
and this to your crate root:
extern crate "oauth-client" as oauth_client;
See examples.
OAuth client for Rust
Add this to your Cargo.toml
:
[dependencies]
oauth-client = "*"
and this to your crate root:
extern crate "oauth-client" as oauth_client;
See examples.