vtmachine 0.4.0

State machine for VT100-like terminal data streams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
description = "State machine for VT100-like terminal data streams"
edition = "2021"
license = "MIT"
name = "vtmachine"
repository = "https://github.com/apparentlymart/rust-vtmachine"
version = "0.4.0"

[dependencies]
u8char = "0.3.0"

[dev-dependencies]
pretty_assertions = "1.4.1"