Skip to main content

gproxy_transform/
lib.rs

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.
5
6pub use gproxy_protocol as protocol;
7
8pub mod transform;
9
10pub use transform::*;