Skip to content

SpaceEEC/crux_structs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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