extern crate self as autapi;
/// Adapters for bridging between the traits in this crate and traits in axum and serde
/// Request handlers with OpenAPI description
/// Implementation of the OpenAPI specification
/// Extraction from and description of requests
/// Conversion to and description of responses
/// JSON Schema for Rust types
pub use axum;
pub use http;
pub use ;