lacking 0.0.2

A game engine/framework port from Go
Documentation
1
2
3
4
5
pub trait Window {
    fn title(&self) -> &str;

    fn close(&self);
}