1//! Utility functions 2 3pub mod httpdate; 4pub mod path; 5pub(crate) mod escape; 6pub(crate) mod future; 7 8mod hex; 9pub(crate) use hex::hex;