murgamu 0.7.3

Murgamü is an NestJS-inspired web framework for Rust
Documentation
pub mod components;
pub mod contact;
pub mod controller;
pub mod example;
pub mod external_doc;
pub mod header;
pub mod info;
pub mod license;
pub mod link;
pub mod media_type;
pub mod mur_open_api;
pub mod o_auth_flow;
pub mod operation;
pub mod parameter;
pub mod path_item;
pub mod request_body;
pub mod response;
pub mod schema;
pub mod security_scheme;
pub mod server;
pub mod server_variable;
pub mod service;
pub mod spec;
pub mod swagger;
pub mod tag;

#[cfg(test)]
pub mod test;