toasty_codegen/
lib.rs

1pub fn hello_toasty() {
2    println!("Get toasty directly from Github: https://github.com/tokio-rs/toasty");
3}