mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2025-11-05 19:45:38 -05:00
Elixir implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs
| lib | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| mix.exs | ||
| README.md | ||
TypeID
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding typeid to your list of dependencies in mix.exs:
def deps do
[
{:typeid, "~> 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/typeid.