oauth-client-fix 0.1.5

OAuth client for Rust
Documentation

oauth-client-fix

Fixed OAuth client for Rust

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
oauth-client-fix = "0.1"

and this to your crate root:

extern crate oauth_client_fix;