Crate joaat

Source

Structs§

JoaatHasher

Functions§

hash_ascii_lowercase
Hashes text converting alphabetical characters to ASCII lowercase.
hash_bytes
Hashes a slice of bytes.
hash_iter
Hashes bytes from an iterator.

Type Aliases§

JoaatBuildHasher
A builder for default Joaat hashers.
JoaatHashMap
A HashMap using a default Joaat hasher.
JoaatHashSet
A HashSet using a default Joaat hasher.