Length-Object-Binary (LOB) Packet Encoding (Elixir)

Installation

# add dependencies in mix.exs
defp deps do
  [
    {:lob, "~> 0.0.2"}
  ]
end

# and fetch
$ mix deps.get