console_engine 1.4.2

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
[dependencies.crossterm]
version = "0.18"
[dev-dependencies.rand]
version = "0.7"

[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.4.2"