extern crate notify_send;
use notify_send::Notification;
fn main()
{
Notification::new()
.summary("Chromium Crashed")
.appname("chromium")
.body(&format!("This is {}!
", "a lie"))
.icon("chromium")
.show();
Notification::new()
.summary("Table Test - will probably not work")
.body(&format!("
{} | cell 2 |
cell 3 | cell 4 |