A simple message box tool which is wrappers around C APIs.
extern crate alerts; fn main() { alert::alert("Alert","hello world"); }