1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

start adding openapi support

This commit is contained in:
Dominic 2019-09-29 21:15:22 +02:00
parent 3626e5360c
commit df1d11e42d
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
5 changed files with 313 additions and 0 deletions

View file

@ -3,6 +3,9 @@
pub use hyper::StatusCode;
#[cfg(feature = "openapi")]
pub mod openapi;
mod resource;
pub use resource::{
Resource,