README.md

# Twirp

Twirp provides an elixir implementation of the [twirp rpc framework](https://github.com/twitchtv/twirp) developed by
twitchtv.

[https://hexdocs.pm/twirp](https://hexdocs.pm/twirp).

## Installation

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