shiny_http/
lib.rs

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