Re-exports§
pub use quilkin_proto as generated;
Modules§
- alloc
- cli
- codec
- Implementations and utility methods for various codecs used in Quilkin.
- components
- config
- Quilkin configuration.
- filters
- Filters for processing packets.
- net
- pool
- time
- xds
Macros§
- __
func_ name - Macro that can get the function name of the function the macro is invoked within
- include_
proto - Includes generated Protobuf definitions from
tonic
. - temp_
file - Creates a temporary file with the specified prefix in a directory named after the calling function, ie using it within a test will place it in a temporary directory named after the test
Structs§
- Cli
- The Command-Line Interface for Quilkin.
- Config
- Configuration for a component
- Proxy
- Run Quilkin as a UDP reverse proxy.
Enums§
Functions§
Type Aliases§
- Result
- Shutdown
Rx - Receiver for a shutdown event.
- Shutdown
Tx