README.md

# Crux.Structs

Library providing structures representing objects from the [Discord API](https://discordapp.com/developers) and a few [utility](lib/structs/util.ex) functions.

## Useful links

 - [Documentation](https://hexdocs.pm/crux_structs/0.2.0/)
 - [Github](https://github.com/SpaceEEC/crux_structs/)
 - [Changelog](https://github.com/SpaceEEC/crux_structs/releases/tag/0.2.0/)
 - [Umbrella Development Documentation](https://crux.randomly.space/)

## Installation

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

```elixir
def deps do
  [
    {:crux_structs, "~> 0.2.0"}
  ]
end
```