2 releases
0.0.2 | Jan 5, 2024 |
---|---|
0.0.1 | Jan 5, 2024 |
#1544 in Development tools
Used in 3 crates
15KB
86 lines
notifme
A simple rust lib to send notify-send notfification
Notification::new()
.summary("I am the summary")
.body("i am the body")
.icon("spot_dwl")
.send()