Crux.Structs

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

Installation

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

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

The docs for the latest release can be found at hexdocs.
Unified docs of all libraries for their respective latest commits can be found here.