Skip to content

achesak/nim-hashids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

nim-hashids is a Nim implementation of Hashids (http://hashids.org).

Basic example:

let hashids: Hashids = createHashids("this is my salt")
let id: string = hashids.encode(@[1, 2, 3])
let numbers: seq[int] = hashids.decode(id)

License

nim-hashids is released under the MIT open source license.

About

Nim implementation of Hashids (http://www.hashids.org/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages