1 2 3 4 5 6 7 8 9
/* appellation: impls <module> authors: @FL03 */ //! this module contains the implementations of the derive macros for the `scsys` crate. #[doc(inline)] pub use self::variants::*; mod variants;