A ULID implementation in Nim!
Go to file
2023-10-07 23:54:13 +01:00
.github/workflows Add workflow 2023-10-07 22:43:16 +01:00
src Add some documentation for NULID as well as minor tweaks. 2023-10-07 23:54:13 +01:00
tests Add some documentation for NULID as well as minor tweaks. 2023-10-07 23:54:13 +01:00
.gitignore Add gitignore 2023-09-02 01:07:04 +01:00
config.nims Add some documentation for NULID as well as minor tweaks. 2023-10-07 23:54:13 +01:00
nulid.nimble Add some documentation for NULID as well as minor tweaks. 2023-10-07 23:54:13 +01:00
README.md Initial Commit - It works! 2023-09-02 01:04:47 +01:00

NULID

This is an implementation of the ULID spec in Nim!

Usage

let gen = NULIDGenerator()
let nulid = gen.nulidSync()

echo nulid