Rust Notification Send (RSNotifyOS)
RSNotifyOS is a library for printing alerts on Linux and Windows operating systems. It uses the D-Bus IPC and Subprocess protocol to communicate with the desktop notification system on Linux, Implements a dialog window system to display alerts on both operating systems.
Usage
Functions Use:
- Print a notification (linux): command:
extern crate rsnotifyos;
use RNotify;
dbus:
extern crate rsnotifyos;
use RNotify;
- Print an alert message in a window (linux, windows): information:
extern crate rsnotifyos;
use RNotify;
error:
extern crate rsnotifyos;
use RNotify;
ref doc/usage.md
Installation
- build linux:
or:
- build windows:
or:
- debug:
Autor
Frederick Valdez