Libraries
bignum
binary
bitmap
ble
bytes
core
crypto
device
encoding
esp32
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
tls
uart
uuid
writer
zlib
Library uuid
To use this library in your code:
import uuid
Support for universally unique identifiers (UUIDs).
This library contains the UUID class (
Uuid
), and supports the creation of version 5 UUIDs (
uuid5
).
See
https://en.wikipedia.org/wiki/Universally_unique_identifier
.
Classes
Uuid
A universally unique identifier, UUID.
Globals
NIL
Deprecated. Use
Uuid.NIL
instead.
SIZE
Deprecated. Use
Uuid.SIZE
instead.
Functions
parse
str/
string
[--on-error]
->
Uuid
Deprecated. Use
Uuid.parse
instead.
parse
str/
string
->
Uuid
Deprecated. Use
Uuid.parse
instead.
uuid5
namespace/
Data
data/
Data
->
Uuid
Deprecated. Use
Uuid.uuid5
instead.