1 2 3 4 5 6 7
mod manual; pub mod traits; #[macro_use] extern crate singleton_attr_proc_macro; pub mod derive { pub use singleton_attr_proc_macro::{SafeSingleton, Singleton}; }