Module cdragon_hashes::bin
source · Expand description
Hashes used in PROP files (bin files)
Bin files use 32-bit FNV-1a hashes for several identifier names.
This module provides methods to compute these hashes.
Enums
- Enum with a variant for each kind of bin hash
Functions
- Get a bin hash, either parsed from hex, or computed from a string
- Compute a bin hash from a string
- Same as
compute_binhash()
but const
Type Aliases
- Mapper for bin hashes