package cuid

  1. Overview
  2. Docs

README.md.html

cuid

CUID generator for OCaml.

For further information, please refer to http://usecuid.org

Installation

If available on OPAM, it's easily installed with:

$ opam install cuid

Otherwise, this library is also installable using JBuilder within this root directory:

$ jbuilder install

Usage

As library:

let cuid = Cuid.generate ( )
(* cuid is "c00p6veue0000072slgr067a3", for example *)

Conclusion

PRs & issues are welcome. Have fun and imagine Sisyphus happy.