oauth-client-rs Build Status Coverage Status

OAuth client for Rust

Documentation

How to use?

Add this to your Cargo.toml:

toml [dependencies] oauth-client = "*"

and this to your crate root:

rust extern crate oauth_client;

See examples.