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:
parent
3626e5360c
commit
df1d11e42d
5 changed files with 313 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
pub use hyper::StatusCode;
|
||||
|
||||
#[cfg(feature = "openapi")]
|
||||
pub mod openapi;
|
||||
|
||||
mod resource;
|
||||
pub use resource::{
|
||||
Resource,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue