Registry / other / libappindicator

libappindicator

JSON →
library0.9.0rscratesunverified

Rust safe bindings for libappindicator.

# Cargo.toml [dependencies] libappindicator = "0.9.0"
INSTALL
IMPORT
SIG · LIBAPPINDICATOR
L
libappindicator
otherrustv0.9.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.

AppIndicator
use libappindicator::AppIndicator;

Creates and activates a system tray indicator.

use libappindicator::AppIndicator; fn main() { let mut indicator = AppIndicator::new("test", "icon"); indicator.set_status(libappindicator::Status::Active); }
Debug
Known issues
gotchaRequires libappindicator system library.
fix
Install libappindicator3-dev on Debian/Ubuntu.
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
libappindicator — cargo add libappindicator · libregistry