Expand description
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.
Re-exports§
pub use protocol::*;
Modules§
- protocol
- Protocol wire types and shared protocol taxonomy.
Macros§
- wire
- Construct a non-exhaustive wire struct through its generated builder while retaining familiar named-field syntax at transform implementation sites.
Structs§
- Wire
Build Error - A required field was omitted while constructing a non-exhaustive wire struct through its generated builder.