Implementation details for HashBuilder.

Types

Name

Description

HashCodeHasher

Hasher that accumulates data into an LLVM hash_code.

IsHashableData

Trait to indicate whether a type's bits can be hashed directly (after endianness correction).

Type Aliases

Name

Description

HashCodeHashBuilder

HashBuilder that uses HashCodeHasher with native endianness.

Created with MrDocs