Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 812 Bytes

File metadata and controls

20 lines (16 loc) · 812 Bytes

FlatMapper

Build Status Coverage Status Hex.pm Hex.pm GitHub GitHub 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