openapi-trait-shared 0.0.2

Framework-agnostic codegen helpers for openapi-trait (not intended for direct use)
Documentation
1
2
3
4
5
6
7
8
//! Framework-agnostic code-generation helpers for `openapi-trait`.
//!
//! This crate is not intended for direct use. It is an internal implementation
//! detail shared between `openapi-trait-axum` and any future backend crates.

#![allow(missing_docs)]

pub mod codegen;