Packages

An Elixir library for ISO 8583, Supports message validation, decoding and encoding with custom field data types and length

Current section

Files

Jump to
iso_8583 README.md
Raw

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.