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()