Go to file
Julian Ospald 7d80600657
Fix body/icon pointing to garbage
The pattern matching moves 'body' and drops it after
creation of the pointer. We must avoid the move, by using 'ref'.
2017-07-09 12:51:55 +02:00
examples Add convenience method to context for showing a notification 2015-11-03 10:06:33 +01:00
src Fix body/icon pointing to garbage 2017-07-09 12:51:55 +02:00
.gitignore Implement a rudimentary API for showing a message. 2015-03-07 13:55:19 +01:00
.travis.yml Let's try this again, shall we? 2015-11-01 22:07:39 +01:00
Cargo.toml Deprecate in favor of notify-rust 2017-04-01 17:55:11 +02:00
LICENSE Add MIT License 2015-03-09 21:05:03 +01:00
README.md Deprecate in favor of notify-rust 2017-04-01 17:55:11 +02:00

README.md

Build Status

libnotify-rs

Rust binding to libnotify

This crate is deprecated in favor of notify-rust.

If you want to adopt this crate, open an issue on GitHub.