rusui 0.0.1

Rust's Uniquely Simple User Interface
Documentation
1
2
3
4
5
use rusui::init;

fn main() {
	init();
}