winconsole::console
pub fn set_title(title: &str) -> WinResult<()>
Sets the title of the console window.
title
console::set_title("My Console").unwrap();
IoError