1 2 3 4 5 6 7
#![allow(clippy::module_inception)] pub mod authority; pub mod path_query; pub mod scheme; pub mod uri; pub mod url_encoding;