2 releases
Uses old Rust 2015
0.1.1 | Sep 8, 2018 |
---|---|
0.1.0 | Sep 8, 2018 |
#20 in #alert
33 downloads per month
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