url-cleaner-engine 0.11.0

The engine behind URL Cleaner.
Documentation
1
2
3
4
5
6
//! Unified APIs for the various places flags and vars exist.

pub mod flag;
pub use flag::*;
pub mod var;
pub use var::*;