README.md

# ISO8583

An ISO 8583 messaging library for Elixir. Supports message validation, encoding and decoding. [See the docs](https://hexdocs.pm/iso_8583)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `iso_8583` to your list of dependencies in `mix.exs`:

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

## Customization and Configuration

Coming soon.