shiny_observability/
lib.rs

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