vt-push-parser 0.9.4

A streaming push parser for the VT/xterm output events
Documentation
[dependencies.hex]
version = "0.4.3"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.smallvec]
features = ["const_new", "const_generics"]
version = "1.15.0"

[dev-dependencies.hxdmp]
version = "0.2.1"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[features]
default = []
serde = ["dep:serde", "smallvec/serde"]

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

[package]
authors = ["Matt Mastracci <matthew@mastracci.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A streaming push parser for the VT/xterm output events"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "vt-push-parser"
readme = "README.md"
repository = "https://github.com/mmastrac/vt-push-parser"
resolver = "2"
version = "0.9.4"

[[test]]
harness = false
name = "escapes"
path = "tests/escapes.rs"