Docs.rs
fetcher-core-0.10.0
fetcher-core 0.10.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
SergeyKasmy
Dependencies
async-trait ^0.1.57
normal
chrono ^0.4.22
normal
derive_more ^0.99.17
normal
egg-mode ^0.16.0
normal
either ^1.8.0
normal
feed-rs ^1.2.0
normal
futures ^0.3.24
normal
html5ever ^0.22
normal
imap ^3.0.0-alpha.9
normal
itertools ^0.10.5
normal
mailparse ^0.13.8
normal
once_cell ^1.15.0
normal
regex ^1.6.0
normal
reqwest ^0.11.12
normal
serde ^1.0.145
normal
serde_json ^1.0.86
normal
soup ^0.5.1
normal
tap ^1.0.1
normal
teloxide ^0.11.0
normal
thiserror ^1.0.37
normal
tokio ^1.21.2
normal
tracing ^0.1.37
normal
url ^2.3.1
normal
assert_matches ^1.5
dev
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
☰
Module task
Structs
?
Module
fetcher_core
::
task
source
·
[
−
]
Expand description
This module contains the basic block of
fetcher
that is a
Task
Structs
Task
A core primitive of
fetcher
. Contains everything from a
Source
that allows to fetch some data, to a
Sink
that takes that data and sends it somewhere. It also contains any transformators