Docs.rs
top-gg-0.1.0-alpha.0
top-gg 0.1.0-alpha.0
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
zeyla
Dependencies
chrono ^0.4
normal
futures-preview ^0.3.0-alpha.19
normal
reqwest ^0.10.0-alpha.1
normal
serde ^1
normal
serde_json ^1
normal
snafu ^0.5
normal
url ^2
normal
tokio ^0.2.0-alpha.6
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
top_gg
0.1.0-alpha.0
Module error
Module Items
Enums
Type Aliases
In crate top_
gg
top_gg
Module
error
Copy item path
Source
Expand description
Error enum with all possible reasons for errors and wrapping Result type.
Enums
§
Error
An error type to compose a singular error enum between various dependencies’ errors.
Type Aliases
§
Result
A result type to compose a successful value and the library’s
Error
type.