url-cleaner-engine 0.11.0

The engine behind URL Cleaner.
Documentation
1
2
3
4
5
//! [`UrlPart`]
//!
//! In addition to some components having variants for each part of a URL for performance, [`UrlPart`]s can be used as a general API for getting and setting various parts of a [`BetterUrl`].

pub(crate) use super::*;