Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 911 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 911 Bytes

Crux.Structs

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

Useful links

Installation

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

def deps() do
  [
    {:crux_structs, "~> 0.2.3"}
  ]
end