Yet yet yet another OAuth 1 client library for Rust.
Add this to your Cargo.toml
:
[dependencies]
oauth = { version = "0.3", package = "oauth1-request" }
- Customizable crypto implementations (no dependency on
ring
by default). - Slightly lower memory footprint (maybe): it avoids allocating memory for sorting query pairs unlike other crates.
- Only dogfed on Twitter and likely to break on other sites.