Registry / utility / tray-item

tray-item

JSON →
library0.10.0rscratesunverified

Super simple API to make tray icons/menus on Windows, Mac & Linux

# Cargo.toml [dependencies] tray-item = "0.10.0"
INSTALL
IMPORT
SIG · TRAY-ITEM
T
tray-item
utilityrustv0.10.0
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.

TrayItem
use tray_item::TrayItem;

Creates a system tray icon with a label

use tray_item::TrayItem; fn main() -> Result<(), Box<dyn std::error::Error>> { let mut tray = TrayItem::new("My App", "icon-name")?; tray.add_label("Hello")?; Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
tray-item — cargo add tray-item · libregistry