Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

Rust safe bindings for the libappindicator library

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.