Crate quilkin[][src]

Modules

Filters for processing packets.

Macros

Returns a ConvertProtoConfigError with an error message when an invalid proto enum value was provided in a filter’s proto config.

Includes generated Protobuf definitions from tonic.

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 OK Result with the target enum variant otherwise ConvertProtoConfigError if the provided value does not map to any enum variant.

Attribute Macros

An attribute procedural macro for defining filters.