[][src]Crate ahash

Structs

AHasher

A trait for hashing an arbitrary stream of bytes.

LocationBasedState

Provides a BuildHasher is typically used (e.g. by HashMap) to create AHashers for each key such that they are hashed independently of one another, since AHashers contain state.

Type Definitions

AHashMap

A HashMap using a LocationBasedState BuildHasher to hash the items.