vt-push-parser 0.4.2

A streaming push parser for the VT protocol
Documentation
[package]
name = "vt-push-parser"
version = "0.4.2"
edition = "2024"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mmastrac/vt-push-parser"
description = "A streaming push parser for the VT protocol"
readme = "README.md"

[dependencies]
smallvec = { version = "1.10.0", features = ["const_new", "const_generics"] }
hex = "0.4.3"

[dev-dependencies]
pretty_assertions = "1.4.0"
hxdmp = "0.2.1"

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