libappindicator 0.6.0

Rust safe bindings for libappindicator
Documentation
# libappindicator-rs

[![Build Status](https://travis-ci.org/qdot/libappindicator-rs.svg?branch=master)](https://travis-ci.org/qdot/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.

# license

tl;dr GNU LGPL v2.1, GNU LGPL v3 (Following license of libappindicator)

    Licensed under the LGPL License, Version 3.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
        https://www.gnu.org/licenses/lgpl-3.0.txt
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.