wayle-notification 0.1.4

Desktop notification service with popup management
Documentation
1
2
3
4
5
6
7
//! Notification data and internal types.

mod controls;
/// The [`Notification`](notification::Notification) struct.
pub mod notification;
/// Action and hint types.
pub mod types;