Structs§
- Uuid
Build Hasher - A
BuildHasherthat buildsUuidHashers, which use the random bits of UUIDv4s and UUIDv7s instead of hashing them. - Uuid
Hasher - A
Hasherwhich uses the random bits of UUIDv4s and UUIDv7s instead of hashing them. - UuidMap
- A wrapper around an
HashMapwhere the keys are UUIDv4s or UUIDv7s and don’t require hashing. - UuidSet
- A wrapper around an
HashSetwhere the keys are UUIDv4s or UUIDv7s and don’t require hashing.