README.md
# Druuid
Druuid is a Date-relative (and relatively universally unique) UUID generator. It's based on
[Recurly's id generator](https://github.com/recurly/druuid) which is based on Instagram's snowflake.
To understand the properties and the reasons why you'd want to use this, see
[Recurly's README](https://github.com/recurly/druuid/blob/master/README.markdown).
## Disclaimer
This library is not quite ready for production. Use at your own peril.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add druuid to your list of dependencies in `mix.exs`:
def deps do
[{:druuid, "~> 0.0.1"}]
end