Crate quilkin[−][src]
Modules
| config | Quilkin configuration. |
| endpoint | Types representing where the data is the sent. |
| filters | Filters for processing packets. |
| metadata |
Macros
| enum_no_match_error | Returns a |
| include_proto | Includes generated Protobuf definitions from |
| map_proto_enum | Maps an integer from a protobuf enum value to a target enum variant.
Both protobuf and target enum must have similar variants.
The protobuf enum variant should be cast-able to an i32
Returns an |
Structs
| Builder | Represents the components needed to create a Server. |
| Config | Config is the configuration of a proxy |
| PendingValidation | Marks a ServerBuild as not yet validated. |
| Server | Server is the UDP server main implementation |
| Validated | Marks a ServerBuild as having validated successfully. |
Functions
| logger | Create a new |
| run | Calls |
| run_with_config | Start and run a proxy. Any passed in |
Type Definitions
| Result |