Go to file
Julian Ospald fe4d803efe
Small rewrite:
* Use error-chain for errors and expose them
* Don't use Context object, since the lifetimes get us in trouble
  when used with gtk-rs, which has callback closures with static
  lifetime. Instead we just expose notify_init()/notify_uninit() and
  panic when functions are called before notify_init().
2017-07-10 01:01:36 +02:00
examples Small rewrite: 2017-07-10 01:01:36 +02:00
src Small rewrite: 2017-07-10 01:01:36 +02:00
.gitignore Implement a rudimentary API for showing a message. 2015-03-07 13:55:19 +01:00
.travis.yml Update travis secret 2017-07-09 19:52:57 +02:00
Cargo.toml Small rewrite: 2017-07-10 01:01:36 +02:00
LICENSE Add MIT License 2015-03-09 21:05:03 +01:00
README.md Undeprecate 2017-07-09 13:52:54 +02:00

README.md

Build Status

libnotify-rs

Rust binding to libnotify