Crate notify_rust [] [src]

Desktop Notifications for Rust.

Desktop notifications are popup messages generated to notify the user of certain events.

Example

use notify_rust::Notification;
Notification::new()
    .summary("Firefox News")
    .body("This will almost look like a real firefox notification.")
    .icon("firefox")
    .show();

Modules

server

Experimental server taking the place of your Desktop Environments Notification Server.

Structs

Notification

Desktop Notification.

Enums

NotificationHint

Functions

exe_name

Executable Name