[][src]Crate console_engine

This library provides simple features for handling user's input and display for terminal applications.

Besides the user input and display, this library also provides some tools to build standalone "screens" that can be used as simply as printing it.

It uses Termion as main tool for handling the screen and inputs. You don't have to worry about initalizing anything because the lib will handle this for you.

Re-exports

pub extern crate termion;

Modules

pixel

Character and color management

screen

Standalone screens

Structs

ConsoleEngine

Console Engine Framework