uuid
UUID wrapper
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install uuid
choosenim install uuid
git clone https://github.com/idlewan/nim-uuid
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| uuid | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/idlewan/nim-uuid |
|---|---|
| Homepage | https://github.com/idlewan/nim-uuid |
| Registry Source | nimble_official |
README
Wrapper for the UUID library
var my_uuid: Tuuid
uuid_generate_random(my_uuid)
echo my_uuid.to_hex