Crate console_engine[][src]

Expand description

This library provides simple features to draw things and manage user input for terminal applications.

Besides these features, this library also provides some tools to build standalone “screens” that can be used outside of the engine itself.

It’s built on top of Crossterm for handling the screen and inputs. You don’t have to worry about initalizing anything because this crate will handle this for you.

Re-exports

pub extern crate crossterm;

Modules

Character and color management

Standalone screens

Structs

Console Engine Framework

Represents key modifiers (shift, control, alt).

Enums

Represents a color.

Represents a key.

Represents a mouse button.