1 2 3 4 5 6
//! System settings for Thot. pub mod user_settings; #[cfg(test)] #[path = "./mod_test.rs"] mod mod_test;