Expand description
See the phf crateโs documentation for details.
Macrosยง
- array_
impl ๐ - delegate_
debug ๐ - Create an impl of
FmtConstdelegating tofmt::Debugfor types that can deal with it. - impl_
reflexive ๐ impl PhfBorrow<T> for T- sip_
impl ๐ - slice_
impl ๐ - tuple_
impl ๐
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
- fmt_
array ๐ - get_
index - Return an index into
phf_generator::HashState::map. - hash
keyis fromphf_generator::HashState.
Type Aliasesยง
- HashKey
- A central typedef for hash keys