README.md

# Crux.Rest

Package providing rest functions and rate limiting for the [Discord API](https://discordapp.com/developers).

## Installation

The package can be installed by adding `crux_rest` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:crux_rest, "~> 0.1.1"}
  ]
end
```

The docs for the latest release can be found at [https://hexdocs.pm/crux_rest](https://hexdocs.pm/crux_rest).
Unified docs of all libraries for their respective latest commits can be found [here](https://crux.randomly.space/).