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::*;