oauth-client 0.0.12

OAuth client for Rust
Documentation

oauth-client-rs Build Status

OAuth client for Rust

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
oauth-client = "*"

and this to your crate root:

extern crate "oauth-client" as oauth_client;

See examples.