1 2 3 4 5 6
//! Extended URI parsing beyond strict `pubky.app` spec paths. mod parsed; mod tag; pub use parsed::ExtendedParsedUri;