ppp 2.2.0

A Proxy Protocol Parser written in Rust. See HAProxy for the protocol specification.
Documentation
[[bench]]
harness = false
name = "binary"

[[bench]]
harness = false
name = "text"
[dependencies.thiserror]
version = "1"
[dev-dependencies.criterion]
version = "0.3"

[features]
default = []

[package]
authors = ["Miguel D. Salcedo <miguel@salcedo.cc>"]
description = "A Proxy Protocol Parser written in Rust. See HAProxy for the protocol specification."
documentation = "https://docs.rs/ppp"
edition = "2021"
homepage = "https://github.com/misalcedo/ppp"
license = "Apache-2.0"
name = "ppp"
readme = "README.md"
repository = "https://github.com/misalcedo/ppp"
resolver = "2"
version = "2.2.0"
[profile.release]
debug = true
lto = true
[target."cfg(unix)".dev-dependencies.pprof]
features = ["criterion", "flamegraph", "protobuf"]
version = "0.6"