Module crusty_core::prelude[][src]

Re-exports

pub use crate::TaskExpander;
pub use crate::types::Link;
pub use crate::types::LinkTarget;
pub use crate::types::Job;
pub use crate::types::JobCtx;
pub use crate::types::Task;
pub use crate::types::HttpStatus;
pub use crate::types::JobStatus;
pub use crate::types::JobUpdate;
pub use crate::resolver::AsyncHyperResolver;
pub use crate::config;

Structs

ChReceiver

The receiving end of a channel.

ChSender

A transmitting end of a channel.

Crawler
CrawlingRules
CrawlingRulesOptions
Document

An HTML document.

MultiCrawler
Name

Matches Element Node with name T.

ParserProcessor

Functions

ch_bounded

Create a channel with a maximum capacity.

ch_unbounded

Create a channel with no maximum capacity.