Liking cljdoc? Tell your friends :D

monkey.ci.cuid

Functions for working with cuids, which are like uuids but are a bit better to handle for humans.

Functions for working with cuids, which are like uuids but are a bit better
to handle for humans.
raw docstring

cuid-charsclj

source

cuid-lengthclj

source

cuid-regexclj

source

cuid?clj

(cuid? x)
source

random-cuidclj

(random-cuid)

Generates a random 24 char cuid, which is like a UUID but (a little bit) more human-readable. Also, cuids have more possible values than uuids, at the cost of consuming 50% more memory.

Generates a random 24 char cuid, which is like a UUID but (a little bit) more human-readable.
Also, cuids have more possible values than uuids, at the cost of consuming 50% more memory.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close