Skip to main content

Module defaults

Module defaults 

Source
Expand description

Contains the default, recommended choice for the hash table.

Structs§

DefaultHashTable
Represents the default hash table.

Enums§

DefaultHashTableError
Represents a general possible error for the default hash table.

Type Aliases§

StdHashTablestd
An alias for DefaultHashTable with [StdAllocator]. Requires std feature.