Skip to content

msprunck/clj-base62

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clj-base62

A Clojure library designed to generate Base 62 unique ID.

The Most Recent Release

With Leiningen:

Clojars Project

Usage

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])
  ...
  )

License

Copyright © 2016 Matthieu Sprunck & Pierre Baille

Distributed under the Eclipse Public License either version 1.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors