//! Router implementation using radix tree (matchit)
//!
//! This module provides HTTP routing functionality for RustAPI. Routes are
//! registered using path patterns and HTTP method handlers.
pub use Router;
pub use RouteMatch;
pub use ;
pub use ;