StructAccess

StructAccess provides a generic implementation of the Access behaviour for the module where this library is used.

Official documentation is at https://hexdocs.pm/struct_access.

Installation

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

def deps do
  [
    {:struct_access, "~> 1.0.0"}
  ]
end