shiny_utils/
lib.rs

1pub fn hello() {
2    println!("Shiny Utils!")
3}