uuid-map 0.1.0

UUID-optimized maps and sets
Documentation
1
2
3
4
# `uuid-map`

A wrapper for `HashMap`s and `HashSet`s which are optimized for UUIDv4s and 
UUIDv7s, using their random bits instead of hashing them.