README.md

# Fild
A tiny retriever and validator of fields in structures.

## Installation

```elixir
def deps do
  [
    {:fild, git: "git@gitlab.com:wit_solutions/fild.git"},
  ]
end
```