Docs.rs
async-fetcher-0.6.2
async-fetcher 0.6.2
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
mmstick
jackpot51
Dependencies
derive-new ^0.5
normal
derive_more ^0.99
normal
derive_setters ^0.1
normal
digest ^0.10
normal
filetime ^0.2
normal
futures ^0.3
normal
hex ^0.4
normal
http ^0.2
normal
httpdate ^1.0
normal
isahc ^1.6
normal
log ^0.4
normal
md-5 ^0.10
normal
numtoa ^0.2
normal
once_cell ^1.9.0
normal
remem ^0.1
normal
serde ^1.0
normal
sha2 ^0.10
normal
thiserror ^1.0
normal
tokio ^1.16
normal
Versions
40.3%
of the crate is documented
Go to latest version
Platform
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
☰
Output
In async_fetcher
?
Type Definition
async_fetcher
::
Output
source
·
[
−
]
pub type Output<T> =
(
Arc
<
Path
>,
Result
<T,
Error
>
)
;