Skip to main content

Module config

Module config 

Source
Expand description

This module provides configuration types for crate::CuckooFilter.

Structs§

BitCount
Number of bits. Used to define sizes of the fields.
CounterConfig
Configuration for the generic counter field.
CuckooConfiguration
Configuration for the crate::CuckooFilter.
CuckooConfigurationBuilder
Builder for CuckooConfiguration.
LruConfig
Configuration for the LRU field.
TtlConfig
Configuration for the TTL field.

Enums§

ConfigError
Error type for all configuration options.