[][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 Crossterm 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 crossterm;

Modules

pixel

Character and color management

screen

Standalone screens

Structs

ConsoleEngine

Console Engine Framework

KeyModifiers

Represents key modifiers (shift, control, alt).

Enums

Color

Represents a color.

KeyCode

Represents a key.

MouseButton

Represents a mouse button.