Packages

An Ecto type for UUIDs and ID displayed as shortcode with support of prefix 'à la Stripe'.

Current section

Files

Jump to
shortcode lib base62.ex
Raw

lib/base62.ex

defmodule Shortcode.Base62 do
@moduledoc false
use CustomBase, '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
end