//! A `Router` assigns `Middleware` to paths and resolves them per request
pubuseself::http_router::HttpRouter;pubuseself::router::{Router, Route, RouteResult};pubuseself::matcher::Matcher;pubuseself::into_matcher::FORMAT_PARAM;pubmodhttp_router;pubmodrouter;modmatcher;modinto_matcher;