/ksuid

K-Sortable Globally Unique IDs

Primary LanguageNix

Ksuid

Installation

Official docs can be found at hex, the package can be installed by adding ksuid to your list of dependencies in mix.exs:
def deps do
  [
    {:ksuid, "~> 0.1.0"}
  ]
end