Skip to content

sgrowe/hashids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashids

An implementation of the Hashids algorithm in Haskell, with a friendly api.


> import Hashids

> let (Just (encode, decode)) = hashids defaultHashidSettings

> encode [1,2,3]
"o2fXhV"

> decode "o2fXhV"
[1,2,3]

About

Hashids implementation in Haskell

Topics

Resources

License

Stars

Watchers

Forks