/struct_access

Elixir library Providing a generic implementation of the `Access` behaviour.

Primary LanguageElixirMIT LicenseMIT

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.1.2"}
  ]
end