shiny_rpc/
lib.rs

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