2 releases

0.1.1 Apr 19, 2022
0.1.0 Apr 19, 2022

#32 in #clear

28 downloads per month

GPL-3.0-or-later

15KB
111 lines

sxmotify

Rust library for supporting sxmo notifications.

Features

  • Create, modify, and delete notifications.
  • Run arbitrary commands on notification click.
  • Clear notifications on file being touched.
  • Notifications namespace, including clearing all notifications in that namespace.

Usage

Slap sxmotify = "~0.1" in your Cargo.toml file.

Licence

Everything in this repo that can be, is available under the GPL licence, v3 or later, as in the COPYING file.


lib.rs:

Create, modify, and delete sxmo notifications.

Can be used directly or in namespace mode, where it allows for cleaning up all notifications in a namespace.

Dependencies

~82–540KB