README.md
# ids

✨ Unique IDs for Gleam
## Supported
- [cuid](https://github.com/ericelliott/cuid)
## Coming Soon
- [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier)
- [nanoid](https://github.com/ai/nanoid)
## Installation
If [available in Hex](https://www.rebar3.org/docs/dependencies#section-declaring-dependencies)
this package can be installed by adding `ids` to your `rebar.config` dependencies:
```erlang
{deps, [
ids
]}.
```
## References
1. [original cuid](https://en.wikipedia.org/wiki/Universally_unique_identifier)
2. [elixir cuid](https://github.com/duailibe/cuid)