README.md

# StrawHat

[![Build Status](https://travis-ci.org/straw-hat-team/straw_hat.svg?branch=master)](https://travis-ci.org/straw-hat-team/straw_hat)
[![codecov](https://codecov.io/gh/straw-hat-team/straw_hat/branch/master/graph/badge.svg)](https://codecov.io/gh/straw-hat-team/straw_hat)
[![Inline docs](http://inch-ci.org/github/straw-hat-team/straw_hat.svg)](http://inch-ci.org/github/straw-hat-team/straw_hat)

Utility package.

## Installation

```elixir
def deps do
  [
    {:straw_hat, "~> 0.4"}
  ]
end
```