1 2 3 4 5 6 7
//! This is documentation for the module as a whole. /// This says hello world! It invokes [`println`] in order to work. pub fn say_hello() { println!("Hello, nuget!"); }