gotcha 0.4.0

Enhanced web framework built on top of Axum with OpenAPI, metrics, and configuration management
Documentation
1
2
3
4
5
6
7
//! The schema layer now lives in the lightweight `gotcha_core` crate.
//!
//! Everything is re-exported here so existing paths such as
//! `gotcha::openapi::schematic::Schematic` keep resolving unchanged. `ParameterProvider`
//! and the axum-facing impls come from `gotcha_core`'s `axum` feature, which the `gotcha`
//! `openapi` feature enables.
pub use gotcha_core::{EnhancedSchema, ParameterProvider, Schematic};