proxy-protocol-codec 0.3.1

PROXY Protocol codec implementation in Rust. See HAProxy for the protocol specification.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# proxy-protocol-codec

[![Test pipeline](https://github.com/hanyu-dev/proxy-protocol-codec/actions/workflows/ci.yml/badge.svg)](https://github.com/hanyu-dev/proxy-protocol-codec/actions/workflows/ci.yml?query=branch%3Amain)
[![Crates.io Version](https://img.shields.io/crates/v/proxy-protocol-codec.svg)](https://crates.io/crates/proxy-protocol-codec)
[![Docs.rs Version](https://docs.rs/proxy-protocol-codec/badge.svg)](https://docs.rs/proxy-protocol-codec)
[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)

PROXY Protocol codec implementation in Rust. See [HAProxy](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) for the protocol specification.

## License

Licensed under Apache License, Version 2.0.