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.