pub mod something { pub fn something() -> String { "hello, world!".to_string() } }