Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 394 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 394 Bytes

NUID

License: MIT

A Nim implemenation of the NATS unique identifier generator.

Installation

nimble install https://github.com/erikhoward/nim-nuid@#main

Example

import nuid

when isMainModule:
  var n = newNUID()
  echo n.next()

License

MIT