Crate uuid_map

Crate uuid_map 

Source

Structs§

UuidBuildHasher
A BuildHasher that builds UuidHashers, which use the random bits of UUIDv4s and UUIDv7s instead of hashing them.
UuidHasher
A Hasher which uses the random bits of UUIDv4s and UUIDv7s instead of hashing them.
UuidMap
A wrapper around an HashMap where the keys are UUIDv4s or UUIDv7s and don’t require hashing.
UuidSet
A wrapper around an HashSet where the keys are UUIDv4s or UUIDv7s and don’t require hashing.