gproxy-protocol-macros 2.5.2

Construction helpers for non-exhaustive gproxy-protocol wire structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# gproxy-protocol-macros

Implementation-only proc macros used by
[`gproxy-protocol`](https://crates.io/crates/gproxy-protocol) to provide checked
builders and the `wire!` construction helper for non-exhaustive provider wire
structs.

Applications should depend on `gproxy-protocol`, which re-exports the supported
construction surface. Direct use of this crate is not required.

## License

Licensed under the [MIT License](LICENSE).