notify-rust

Build Status

Shows desktop notifications. This implementation does not rely on libnotify, as it is using dbus-rs. Basic notification features are supported, more sophisticated functionality will follow. The API shown below should be stable.

```toml

Cargo.toml

[dependencies] notify-rust = "*" ```

Usage & Documentation

please see the documentation for current examples.

Things TODO

check out the specifications