README.md
# Defparser
Provides a parser for an arbitrary map with atom or string keys.
Works with `Ecto.Schema`s and `Ecto.Type`s.
## Installation
The package can be installed by adding `defparser` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:defparser, "~> 0.1.0"}
]
end
```
Documentation can be found at
[https://hexdocs.pm/defparser](https://hexdocs.pm/defparser).