README.md

# ExBin

[![Build Status](https://travis-ci.com/zcking/ex_bin.svg?branch=master)](https://travis-ci.com/zcking/ex_bin)  

Binary helpers for dealing with bits and bytes in Elixir.

## Installation

[Available in Hex](https://hex.pm/docs/publish), so the package can be installed
by adding `ex_bin` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_bin, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_bin](https://hexdocs.pm/ex_bin).