1//! Framework-agnostic code-generation helpers for `openapi-trait`.
2//!
3//! This crate is not intended for direct use. It is an internal implementation
4//! detail shared between `openapi-trait-axum` and any future backend crates.
56#![allow(missing_docs)]
78pub mod codegen;