Welcome to buzzrs
Sending notifications from Rust has never been easier
Next steps
Section titled “Next steps”use buzzrs::buzz;
#[tokio::main]async fn main() { buzz!("ntfy://buzzrs:bzzz@ntfy.sh/important", "buzzrs is awesome!")}use buzzrs::buzz;
#[tokio::main]async fn main() { buzz!("ntfy://buzzrs:bzzz@ntfy.sh/important", "buzzrs is awesome!")}