A ULID implementation in Nim!
Go to file
2023-09-03 03:07:31 +01:00
src Implement binary format, allow for conversion to int128, and allow for custom timestamps to be set 2023-09-03 03:07:31 +01:00
tests Implement binary format, allow for conversion to int128, and allow for custom timestamps to be set 2023-09-03 03:07:31 +01:00
.gitignore Add gitignore 2023-09-02 01:07:04 +01:00
nulid.nimble Implement binary format, allow for conversion to int128, and allow for custom timestamps to be set 2023-09-03 03:07:31 +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