1//! GPROXY protocol types and endpoint metadata.
2//!
3//! The nested `protocol` module preserves the paths used before this code was
4//! split out of the main crate. The root re-exports keep the public API compact
5//! for downstream crates.
67pub mod protocol;
89pub use protocol::*;