hashids: Hashids generates short, unique, non-sequential ids from numbers.
This is a Haskell port of the Hashids library. It is typically used to encode numbers to a format suitable for appearance in places like urls. It converts numbers like 347 into strings like yr8, or a list of numbers like [27, 986] into 3kTMd. You can also decode those ids back. This is useful in bundling several parameters into one.
Versions [faq] | 1.0.2, 1.0.2.1, 1.0.2.2, 1.0.2.3, 1.0.2.4 |
---|---|
Dependencies | base (==4.*), bytestring, containers, split [details] |
License | MIT |
Author | Johannes Hildén |
Maintainer | hildenjohannes@gmail.com |
Category | Web |
Home page | http://hashids.org/ |
Uploaded | by arbelos at Tue May 26 07:15:38 UTC 2015 |
Distributions | LTSHaskell:1.0.2.4, NixOS:1.0.2.4, Stackage:1.0.2.4 |
Downloads | 2046 total (90 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Downloads
- hashids-1.0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)