vtmachine 0.2.0

State machine for VT100-like terminal data streams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "u8char"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80c9ab3fbaee4da7257c86c9523d1bb5541bd1e84707e16ed7d713955b25afe5"

[[package]]
name = "vtmachine"
version = "0.2.0"
dependencies = [
 "u8char",
]