Current section
Files
Jump to
Current section
Files
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.
[](https://github.com/RumataEstor/exmatch/actions)
[](http://hex.pm/packages/exmatch)
[](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