README.md

# Cobs

Elixir implementation of [Consistent Overhead Byte Stuffing](https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing)

## Installation

To use `cobs` in your Mix projects, first add Cobs as a dependency:

```elixir
def deps do
  [
    {:cobs, "~> 0.2.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/cobs](https://hexdocs.pm/cobs).