README.md
# shenu [](https://travis-ci.org/camshaft/shenu) [](https://hex.pm/packages/shenu) [](https://hex.pm/packages/shenu)
set of utilities for parsing, validating, and diffing messages
## Installation
`Shenu` is [available in Hex](https://hex.pm/docs/publish) and can be installed as:
1. Add shenu your list of dependencies in `mix.exs`:
def deps do
[{:shenu, "~> 0.1.0"}]
end
## Usage