Docs.rs
bunny-api-0.0.2
bunny-api 0.0.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Shadow53
Dependencies
base64 ^0.13.0
normal
clap ^4.0
normal
mime_guess ^2.0.4
normal
reqwest ^0.11
normal
serde ^1
normal
sha2 ^0.10
normal
thiserror ^1.0
normal
time ^0.3
normal
tokio ^1.21
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
urlencoding ^2.1.2
normal
Versions
100%
of the crate is documented
Go to latest version
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
☰
APIResult
In bunny_api
?
Type Definition
bunny_api
::
APIResult
source
·
[
−
]
pub type APIResult<O, E> =
Result
<O,
Error
<E>>;
Expand description
The result type returned by API calls.