README.md

# ExCRC README

A pure Elixir implementation of the CCITT CRC16 checksum algorithm.

## Installation

If [available in Hex](https://hex.pm/docs/publish), install the package
by adding `ex_crc` to your list of dependencies in `mix.exs`:

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

Generate documentation with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, find the docs at [https://hexdocs.pm/ex_crc](https://hexdocs.pm/ex_crc).