Skip to content

Library for dealing with data structures

License

Notifications You must be signed in to change notification settings

ExpressApp/construct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Struct

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add struct to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:struct, "~> 0.1.0"}]
end
```
  1. Ensure struct is started before your application:
```elixir
def application do
  [applications: [:struct]]
end
```