proxy-protocol 0.1.0

PROXY protocol parser and writer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.bytes]
version = "0.5"

[dependencies.thiserror]
version = "1"

[package]
authors = ["Mariell Hoversholm <proximyst@proximyst.com>"]
description = "PROXY protocol parser and writer."
documentation = "https://docs.rs/proxy-protocol/"
edition = "2018"
license = "MIT"
name = "proxy-protocol"
repository = "https://github.com/Proximyst/proxy-protocol.git"
version = "0.1.0"