Registry / utility / winrt-notification

winrt-notification

JSON →
library0.5.1rscratesunverified

An incomplete wrapper over the WinRT toast api

# Cargo.toml [dependencies] winrt-notification = "0.5.1"
INSTALL
IMPORT
SIG · WINRT-NOTIFICATION
W
winrt-notification
utilityrustv0.5.1
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.

Toast
use winrt_notification::Toast;

Show a Windows toast notification.

use winrt_notification::Toast; let toast = Toast::new("AppId") .title("Hello") .text("World"); toast.show().unwrap();
Debug
Known issues
gotchaOnly works on Windows with WinRT support
fix
Ensure the application runs on Windows 10+ with appropriate capabilities.
affects: >=0.5.0
Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
winrt-notification — cargo add winrt-notification · libregistry