rust-webx-openapi 0.3.0

rust-webx OpenAPI: specification generation and API docs UI
Documentation
1
2
3
4
5
6
7
// rust-webx-openapi — OpenAPI specification generation and API docs UI.

mod apiui;
mod openapi;

pub use apiui::APIUI_HTML;
pub use openapi::generate_openapi_spec;