/// handler
pub mod echo;
/// handler
pub mod hello;
/// handler
pub mod hello_404;
/// handler
pub mod hello_debug;
/// handler
pub mod hello_id;
/// handler
pub mod hello_logger;
/// handler
pub mod hello_openapi;
/// handler
pub mod hello_tracing;
/// handler
pub mod hello_unix;
/// handler
pub mod hello_ws;
/// handler
pub mod nothing;
/// handler
pub mod ser;
/// handler
pub mod yaml;
/// endpoint
pub mod hello_world;
/// middleware
pub mod logger;
/// middleware
pub mod ws_middleware;