user-notify 0.4.2

Show desktop notifications to end users on linux, macOS and windows.
Documentation
1
2
3
4
5
6
7
8
9
//! macOS implementation

mod builder;
mod delegate;
mod handle;
mod manager;

pub use handle::NotificationHandleMacOS;
pub use manager::NotificationManagerMacOS;