utoipauto 0.2.0

Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
Documentation
1
2
3
4
5
#![allow(dead_code)]
use utoipauto_macro::test_handler;

#[test_handler]
pub fn route_custom() {}