console_engine 1.5.1

A simple terminal framework to draw things and manage user input
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.crossterm]
version = "0.19"

[dependencies.unicode-width]
version = "0.1.8"
[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["Vincent Foulon <sup.vfoulon@gmail.com>"]
description = "A simple terminal framework to draw things and manage user input"
edition = "2018"
keywords = ["terminal", "tui", "input"]
license = "MIT"
name = "console_engine"
readme = "README.md"
repository = "https://github.com/VincentFoulon80/console_engine"
version = "1.5.1"