README.md

# Extended match

This library is meant to provide an ergonomic way to match,
compare and bind data in complex types such as maps and structs.

[![Build status](https://github.com/RumataEstor/exmatch/actions/workflows/ci/badge.svg)](https://github.com/RumataEstor/exmatch/actions)
[![Hex.pm version](https://img.shields.io/hexpm/v/exmatch.svg)](http://hex.pm/packages/exmatch)
[![Hex.pm downloads](https://img.shields.io/hexpm/dt/exmatch.svg)](https://hex.pm/packages/exmatch)

## Installation

The package can be installed by adding `exmatch` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:exmatch, "~> 0.1.0"}
  ]
end
```

## Usage