Crux.Structs

Library providing structures representing objects from the Discord API and a few utility functions.

Installation

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

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