Docs.rs
reqwest-oauth1-0.2.1
reqwest-oauth1 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
karno
Dependencies
async-trait ^0.1.40
normal
http ^0.2.1
normal
oauth1-request ^0.3.3
normal
reqwest ^0.11.10
normal
serde ^1.0.116
normal
serde_urlencoded ^0.7.0
normal
thiserror ^1.0.20
normal
url ^2.2.0
normal
percent-encoding ^2.1.0
dev
tokio ^1.0.0
dev
Versions
82.93%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In reqwest_oauth1
?
Type Definition
reqwest_oauth1
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Result type bound with
Error
.