FlatMapper

Build StatusCoverage StatusHex.pmHex.pmGitHubGitHub last commit

An Elixir library to provide a convenient way to flat nested maps and structs.

Installation

def deps do
  [
    {:flat_mapper, "~> 0.1.0"}
  ]
end