README.md
# FlatMapper
[](https://github.com/elephantoss/ex_flat_mapper/actions)
[](https://coveralls.io/github/elephantoss/ex_flat_mapper)




An Elixir library to provide a convenient way to flat nested maps and structs.
## Installation
```elixir
def deps do
[
{:flat_mapper, "~> 0.1.0"}
]
end
```