Skip to main content

README.md

# Zee3.MARCO

Implementation of the [MARCO](https://markliffiton.com/marco/) algorithm for [Zee3](https://zee3.hexdocs.pm/Zee3.html).

## Installation

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

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

Available on [HexDocs](https://hexdocs.pm).
The docs can be found at <https://hexdocs.pm/zee3_marco>.