Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwmiller/lob_ex

Length-Object-Binary (LOB) Packet Encoding (Elixir)
https://github.com/mwmiller/lob_ex

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```