mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-26 08:13:56 +00:00
Add core:encoding/uuid
This commit is contained in:
@@ -62,6 +62,7 @@ import varint "core:encoding/varint"
|
||||
import xml "core:encoding/xml"
|
||||
import endian "core:encoding/endian"
|
||||
import cbor "core:encoding/cbor"
|
||||
import uuid "core:encoding/uuid"
|
||||
|
||||
import fmt "core:fmt"
|
||||
import hash "core:hash"
|
||||
@@ -237,6 +238,7 @@ _ :: datetime
|
||||
_ :: flags
|
||||
_ :: sysinfo
|
||||
_ :: unicode
|
||||
_ :: uuid
|
||||
_ :: utf8
|
||||
_ :: utf8string
|
||||
_ :: utf16
|
||||
|
||||
Reference in New Issue
Block a user