Skip to main content

Module defaults

Module defaults 

Source
Expand description

Contains the default, recommended configuration for the bytell hash table.

Structs§

DefaultBytellConfig
The default configuration for BytellHashTable.

Type Aliases§

DefaultBytellHashTable
An alias for BytellHashTable with DefaultBytellConfig.
StdBytellHashTablestd
An alias for DefaultBytellHashTable with [StdAllocator]. Requires std feature.