Expand description
See the phf crate’s documentation for details.
Structs§
Traits§
- FmtConst
- Trait for printing types with
constconstructors, used byphf_codegenandphf_macros. - PhfBorrow
- Identical to
std::borrow::Borrowexcept omitting blanket impls to facilitate other borrowing patterns. - PhfHash
- A trait implemented by types which can be used in PHF data structures.
Functions§
- displace
- get_
index - Return an index into
phf_generator::HashState::map. - hash
keyis fromphf_generator::HashState.
Type Aliases§
- HashKey
- A central typedef for hash keys