README.md
# Length-Object-Binary (LOB) Packet Encoding (Elixir)
* [x] Complete packet decoding
* [x] Complete packet encoding
* [ ] Chunking/streaming
* [x] Documentation
* [ ] Complete test coverage
## Installation
```
# add dependencies in mix.exs
defp deps do
[
{:lob, "~> 0.0.2"}
]
end
# and fetch
$ mix deps.get
```