1//! GPROXY provider protocol transforms.
2//!
3//! The nested `transform` module preserves the pre-split module paths. The root
4//! re-exports keep the crate ergonomic for direct users.
56pub use gproxy_protocol as protocol;
78pub mod transform;
910pub use transform::*;