Crate url_cleaner_engine

Crate url_cleaner_engine 

Source
Expand description

The engine of URL Cleaner.

Can be integrated into other projects for things like CLIs and HTTP servers.

For a tutorial, see the tutorial module.

Re-exports§

pub use types::Cleaner;
pub use types::Job;
pub use types::LazyTaskConfig;

Modules§

glue
Various “glue“s to integrate with other crates for advanced features.
helpers
Helpers for users of URL Cleane Engine.
testing
A basic and not very good testing framework.
tutorial
Tutorial
types
Foundational types containing the bulk of a Cleaner’s logic.

Macros§

task_state
Helper macro to make docs briefer.
task_state_view
Helper macro to make docs briefer.