1 2 3 4 5 6 7 8 9 10 11 12 13 14
pub use codegen; pub struct _OpenAPI; // FIXME: enable all // pub use openapi::{self, v3_0, OpenApi}; // #[cfg(feature = "actix-web-generator")] // pub mod actix_web_generation; // #[cfg(feature = "axum-generator")] // pub mod axum_generation; // pub mod generation;