Unified interface for unique identifier generation.
This component consolidates UUID (RFC9562) and Flake (192-bit time-ordered) identifier generation into a single namespace.
Use the subnamespace aliases for specific functionality:
uuid/* for UUID operationsflake/* for Flake operationsUnified interface for unique identifier generation. This component consolidates UUID (RFC9562) and Flake (192-bit time-ordered) identifier generation into a single namespace. ## UUID Support - v0-v8: Standard UUID versions following RFC9562 - SQUUID: Sequential UUID for time-ordering ## Flake Support - High-performance 192-bit time-ordered identifiers - Nanosecond precision with 128-bit entropy Use the subnamespace aliases for specific functionality: - `uuid/*` for UUID operations - `flake/*` for Flake operations
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |