Implementation details for HashBuilder.
| 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). |
| Name | Description |
|---|---|
HashCodeHashBuilder | HashBuilder that uses HashCodeHasher with native endianness. |