#alert #message-box

alerts

A alert message dialog box

2 releases

Uses old Rust 2015

0.1.1 Sep 8, 2018
0.1.0 Sep 8, 2018

#5 in #message-box

MIT/Apache

4KB

rust-alerts


lib.rs:

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

Example

extern crate alerts;

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

Dependencies

~175KB