#notify-send #lib #icons #summary #body #notif #notfification

notifme

一个简单的 notify-send 发送工具

2 个版本

0.0.2 2024 年 1 月 5 日
0.0.1 2024 年 1 月 5 日

#907开发工具


3 个 crate 中 使用

自定义许可协议

15KB
86

notifme

一个简单的 Rust 库,用于发送 notify-send 通知

Notification::new()
            .summary("I am the summary")
            .body("i am the body")
            .icon("spot_dwl")
            .send()

无运行时依赖