aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/uuid/writing.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix error for uuid to require 36 bytes instead 32 (4 bytes for dashes)Ed Yu2024-08-261-15/+20
|
* Add `unsafe_write` to `uuid` packageFeoramund2024-06-221-4/+45
|
* Add buffer-based `to_string` to `uuid` packageFeoramund2024-06-221-1/+30
|
* Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-221-5/+5
|
* Add `core:encoding/uuid`Feoramund2024-06-221-0/+61