shiny_devtools/
lib.rs

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