Skip to content

Welcome to buzzrs

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