utoipauto-core 0.1.7

Rust Macros to automate the addition of Paths/Schemas to Utoipa crate, simulating Reflection during the compilation phase
Documentation
1
2
3
4
5
6
7
8
9
pub mod attribute_utils;
pub mod discover;
pub mod file_utils;
pub mod string_utils;
pub mod token_utils;
extern crate proc_macro;
extern crate proc_macro2;
extern crate quote;
extern crate syn;