A Clojure library designed to generate Base 62 unique ID.
With Leiningen:
In order to refer to the symbols in this library, it is recommended to require it in a given namespace:
(require '[clj-base62 :as base62])
Or include in namespace declaration:
(ns foo
(:require [clj-base62 :as base62])
...
)
Copyright © 2016 Matthieu Sprunck & Pierre Baille
Distributed under the Eclipse Public License either version 1.0