Crate alert[][src]

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

Example

extern crate alerts;

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

Functions

alert