README.md
# ids

[](https://hex.pm/packages/ids)
[](https://hexdocs.pm/ids/)
✨ Unique IDs for Gleam
## Supported
- [CUID](https://github.com/ericelliott/cuid)
- [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier)
- [NanoID](https://github.com/ai/nanoid)
## Installation
The library is available on Hex so it can be added to your Gleam project by simply running:
```sh
gleam add ids
```
## References
1. [Original CUID](https://en.wikipedia.org/wiki/Universally_unique_identifier)
2. [Elixir CUID](https://github.com/duailibe/cuid)
3. [Ecto UUID](https://github.com/elixir-ecto/ecto/blob/v3.5.4/lib/ecto/uuid.ex)