2 releases

Uses old Rust 2015

0.1.1 Sep 8, 2018
0.1.0 Sep 8, 2018

#8 in #message-box

21 downloads per month

MIT/Apache

4KB

A simple message box tool which is wrappers around C APIs.

Example

extern crate alerts;

fn main() {
    alert::alert("Alert","hello world");
}

rust-alerts

Dependencies

~175KB