Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tauri-apps/libappindicator-rs
Rust safe bindings for the libappindicator library
https://github.com/tauri-apps/libappindicator-rs
gtk gtk3 gui linux rust
Last synced: 3 months ago
JSON representation
Rust safe bindings for the libappindicator library
- Host: GitHub
- URL: https://github.com/tauri-apps/libappindicator-rs
- Owner: tauri-apps
- License: apache-2.0
- Created: 2017-02-26T07:24:55.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T13:52:31.000Z (about 1 year ago)
- Last Synced: 2024-04-13T21:55:17.051Z (9 months ago)
- Topics: gtk, gtk3, gui, linux, rust
- Language: Rust
- Size: 137 KB
- Stars: 44
- Watchers: 13
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# libappindicator-rs
[![Crates.io](https://img.shields.io/crates/v/libappindicator.svg)](https://crates.io/crates/libappindicator)
Rust safe bindings for the libappindicator library. libappindicator
provides cross-distribution/window system functions for creating
systray icons and menus.libappindicator-rs uses types from
the [gtk-rs project](http://github.com/gtk-rs) for convenience. See
the examples directory for ideas on building rust applications that
use libappindicator.