Skip to main content

openapi_trait_shared/
lib.rs

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.
5
6#![allow(missing_docs)]
7
8pub mod codegen;