Docs.rs
twilight-http-0.2.0-beta.0
twilight-http 0.2.0-beta.0
Docs.rs crate page
ISC
Links
Homepage
Repository
crates.io
Source
Owners
Erk-
github:twilight-rs:core
Dependencies
bytes ^0.5
normal
futures-channel ^0.3
normal
futures-util ^0.3
normal
percent-encoding ^2
normal
reqwest ^0.10
normal
serde ^1
normal
serde_json ^1
normal
serde_repr ^0.1
normal
simd-json ^0.3
normal
tokio ^0.2
normal
tracing ^0.1
normal
twilight-model <0.3, >=0.2.0-beta.0
normal
url ^2
normal
serde_test ^1
dev
static_assertions ^1.1.0
dev
tokio ^0.2
dev
Versions
77.99%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
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
☰
Type Definition Result
twilight_http
::
error
?
[
−
]
[src]
Type Definition
twilight_http
::
error
::
Result
type Result<T, E =
Error
> =
StdResult
<T, E>;