The latest version of hscuid is 1.2.0.1-0.

hscuid

Version 1.1.0 revision 1 uploaded by AdamBergmark.

Package meta

Synopsis
Collision-resistant IDs
Description

CUIDs are designed for horizontal scalability and collision resistance. Read more about them at usecuid.org. Here's everything you need to know:

>>> import Web.Cuid (newCuid, newSlug)
>>> newCuid
"cib3c3tcu0000zwowx9ho2gh4"
>>> newSlug
"c900001wmf"

This module does not use crypto-strength sources of randomness. Use at your own peril!

For better or worse, this module uses semantic versioning (see semver.org). That is, if you want to depend upon, for example, version 1 of the API, you should add hscuid ==1.* to your Cabal file. No breaking changes will be (deliberately) introduced under that version number.

Author
Daniel Buckmaster
Bug reports
n/a
Category
Web
Copyright
n/a
Homepage
https://github.com/eightyeight/hscuid
Maintainer
dan.buckmaster@gmail.com
Package URL
n/a
Stability
n/a

Components