Re-exports

Modules

  • Various column access types
  • Various row access types
  • HashTable and its associated types

Structs

  • A hash map implemented with quadratic probing and SIMD lookup.
  • An iterator over the keys of a HashMap.

Traits

  • A hashable type.

Derive Macros

  • Derive macro generating an impl of the trait Hash.