README.md

# CookieMonster

A simple HTTP Cookie encoder and decoder in pure Elixir with zero runtime dependencies.

![cookie monster](img/cookie_monster.jpg)

## Installation

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

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

and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/cookie_monster](https://hexdocs.pm/cookie_monster).