vtmachine 0.1.0

State machine for VT100-like terminal data streams
Documentation
[dependencies]

[[example]]
name = "report"
path = "examples/report.rs"

[lib]
name = "vtmachine"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "State machine for VT100-like terminal data streams"
edition = "2021"
license = "MIT"
name = "vtmachine"
readme = "README.md"
repository = "https://github.com/apparentlymart/rust-vtmachine"
version = "0.1.0"