1 2 3 4 5 6 7 8 9
// devela_macros::bodies // //! The bodies of the proc_macro functions defined in `index.rs`. // mod shared; mod enumint; // enumint! pub(crate) use enumint::*;