Yet another ULID library mainly intended for use in other Humble packages.
If available in Hex, the package can be installed
by adding humble_ulid
to your list of dependencies in mix.exs
:
def deps do
[
{:humble_ulid, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/humble_ulid.
Copyright (c) 2024 Henning Dahlheim
Distributed under the MIT License.
I noticed that the other ULID packages were causing warnings during compilation and haven't been published to Hex in a while. Instead of opening issues asking for a new release, I wanted to implement it myself as an exercise with the option to change the API to my needs.
This package aims to be dependency free.
I'll try to keep this implementation up to date with new versions of Elixir.