Sending Notifications
Sending notifications
Section titled “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