Parser module for different web frameworks.
This module provides parsers for automatically detecting and extracting API routes from various Rust web frameworks including Axum, Warp, and Actix-web.
pub use axum::*;
pub use warp::*;
pub use actix_web::*;
pub use common::*;