JanHenryNystrom / jhn_stdlib

A few thought experiments solidified as code.
Apache License 2.0
19 stars 8 forks source link

Added non dash uuids. #54

Closed JanHenryNystrom closed 3 months ago

JanHenryNystrom commented 3 months ago

The non-standard but used of format of UUIDs is one where the hex-int without dashes is used. Support is added for this both in decoding and generating with the option hex.

Also updated documentation.