libayatana-appindicator-rs icon indicating copy to clipboard operation
libayatana-appindicator-rs copied to clipboard

Rust bindings for libayatana-appindicator shared library.

libayatana-appindicator-rs

libayatana-appindicator-sys

Crates.io

Raw rust bindings for use with libayatana-appindicator.

libayatana-appindicator

Crates.io

Rust bindings for libayatana-appindicator shared library.

Dependencies

To remove unnecessary build dependencies, the crate provides a static generated binding file by default. However, if you want to generate the raw bindings on every build, add the following line to your Cargo.toml file:

libayatana-appindicator = { version = "0.2.0", features = ["dynamic"] }

When using with the dynamic feature, the libayatana-appindicator-sys crate is used as build dependency that generates the bindings file for you.

License

LGPL-3.0

This library follows the license of libappindicator-rs, libappindicator-sys and libayatana-appindicator.

Credits

This library is widely based on libappindicator-rs and libappindicator-sys, so credits go to all contributors for their work on it.