Packages

A lib for decoding bytes in the format of the SASL protocol into an Elixir struct.

Current section

Files

Jump to
sasl_ex README.md
Raw

README.md

# SaslEx
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add sasl_ex to your list of dependencies in `mix.exs`:
def deps do
[{:sasl_ex, "~> 0.0.1"}]
end
2. Ensure sasl_ex is started before your application:
def application do
[applications: [:sasl_ex]]
end