tty-interface 4.0.0-beta.2

Provides simple TTY-based interface capabilities including partial re-renders of multi-line displays.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
description = "Provides simple TTY-based interface capabilities including partial re-renders of multi-line displays."
authors = ["Daniel Way <contact@danieldway.com>"]
name = "tty-interface"
version = "4.0.0-beta.2"
license = "MIT"
edition = "2021"
repository = "https://github.com/danielway/tty-interface"
exclude = [".github"]

[dependencies]
crossterm = "0.25.0"
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"
vt100 = "0.15.1"