Registry / utility / notifica

notifica

JSON →
library3.0.2rscratesunverified

Small, cross-platform Rust crate for sending system notifications.

# Cargo.toml [dependencies] notifica = "3.0.2"
INSTALL
IMPORT
SIG · NOTIFICA
N
notifica
utilityrustv3.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Notification
use notifica::Notification;

Sends a simple system notification.

use notifica::Notification; fn main() -> Result<(), Box<dyn std::error::Error>> { let mut n = Notification::new(); n.summary("Hello") .body("World") .show()?; Ok(()) }
Debug
Known issues
gotchaRequires a notification daemon on Linux (e.g., notify-send).
fix
Install libnotify-bin or equivalent.
affects: >=3.0.0
Upgrade
Version history
3.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
notifica — cargo add notifica · libregistry