Cobs

Elixir implementation of Consistent Overhead Byte Stuffing

Installation

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

def deps do
  [
    {:cobs, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cobs.