NUID 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