aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/uuid/reading.odin
Commit message (Collapse)AuthorAgeFilesLines
* Use new API `from_nanoseconds` in `uuid`Feoramund2024-06-221-3/+3
|
* Change how `Time` is constructed in `uuid`Feoramund2024-06-221-5/+3
|
* Address minor organizational issuesFeoramund2024-06-221-1/+1
|
* Improve time-related API in `uuid` packageFeoramund2024-06-221-6/+49
| | | | | | - Let timestamps be specified by the user. - Change `time_v*` to `raw_time_v*` and implement an API that returns timestamps from the `time` package.
* Add version 6 UUID generationFeoramund2024-06-221-1/+19
|
* Add version 1 UUID generationFeoramund2024-06-221-0/+55
|
* Add version 7 UUID generationFeoramund2024-06-221-0/+31
|
* Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-221-6/+6
|
* Add `core:encoding/uuid`Feoramund2024-06-221-0/+97