Skip to content

Sending Notifications

To use buzzrs now in your project, just write

use buzzrs::buzz;
#[tokio::main]
async fn main() {
buzz!("ntfy://buzzrs:bzzz@ntfy.sh/important", "buzzrs is awesome!")
}

For services see Services