Packages

A fast, easy to use 64 bit Unique ID generator inspired by snowflake

Current section

Files

Jump to
unique_id test unique_id_test.exs
Raw

test/unique_id_test.exs

defmodule UniqueIDTest do
use ExUnit.Case
doctest UniqueID
# test "greets the world" do
# assert UniqueID.hello() == :world
# end
end