gproxy-protocol 2.2.2

GPROXY protocol types and endpoint metadata
Documentation
1
2
3
4
5
6
7
8
9
//! GPROXY protocol types and endpoint metadata.
//!
//! The nested `protocol` module preserves the paths used before this code was
//! split out of the main crate. The root re-exports keep the public API compact
//! for downstream crates.

pub mod protocol;

pub use protocol::*;