vt-push-parser 0.1.2

A streaming push parser for the VT protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "vt-push-parser"
version = "0.1.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 = "1.10.0"
hex = "0.4.3"

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