Base62UUID
A library for generating 22-byte-length, base-62-encoded v4 UUIDs.
Installation
If available in Hex, the package can be installed as:
Add
base62_uuidto your list of dependencies inmix.exs:def deps do [{:base62_uuid, "~> 0.1.0"}] end
Ensure
base62_uuidis started before your application:def application do [applications: [:base62_uuid]] end
Usage
Base62UUID.generate