stduuid v1.0
This is the first official release of the library. This version implements the specification as proposed in the P0959R1 paper.
Features:
- create uuids from a range, a
span
, or parse from strings - support both
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
and{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
formats - various function objects (
basic_uuid_random_generator
,uuid_name_generator
,uuid_system_generator
) to create new uuids using different methods - comparison, swapping, hashing, and serialization support