Crate alert

Source
Expand description

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

§Example

extern crate alerts;

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

Functions§