notify-rust 1.0.0

Show desktop notifications. Similar to libnotify, but pure rust.
Documentation

notify-rust

Build Status license version

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.

#Cargo.toml
[dependencies]
notify-rust = "0.9.0"

Usage & Documentation

please see the documentation for current examples.

Things TODO

  • actions
  • hints
  • make use of returned id (can be used by close_notification(id))
  • implement methods: GetServerInformation()
  • listen to signals: ActionInvoke (0.8.0)
  • update notifications (0.9.0)
  • become good enough to make this list

check out the specifications