termui 0.1.0

A terminal user interface library for the lazy
Documentation
1
2
3
4
5
6
//! termui

/// Main entry point.
fn main() {
    println!("Welcome!")
}