README.md
      
      
        
        # Crux.Structs
Package providing structures representing objects from the [Discord API](https://discordapp.com/developers) and a few [utility](lib/structs/util.ex) functions.
## Installation
The package can be installed by adding `crux_structs` to your list of dependencies in `mix.exs`:
```elixir
def deps do
  [
    {:crux_structs, "~> 0.1.6"}
  ]
end
```
The docs for the latest release can be found at [hexdocs](https://hexdocs.pm/crux_structs).  
Unified docs of all libraries for their respective latest commits can be found [here](https://crux.randomly.space).