notifica 1.0.2

Small, cross-platform Rust crate for sending system notifications
Documentation
fn main() {
    notifica::notify("Hello", "World! 🌍");
}