maidenx_macro_utils/
lib.rs

1extern crate proc_macro;
2
3mod manifest;
4
5pub use manifest::*;