reinhardt-rest 0.1.2

REST API framework aggregator for Reinhardt
Documentation
1
2
3
4
5
6
7
8
9
10
//! OpenAPI/Swagger schema generation
//!
//! Re-exports schema types from openapi crate.

// Re-export all types from openapi crate
#[cfg(feature = "openapi")]
pub use crate::openapi::*;

/// OpenAPI version constant
pub const OPENAPI_VERSION: &str = "3.0.3";