README.md

# AvroEx

A pure-elixir avro encoding/decoding library.

## Installation

```
def deps do
	[{:avro_ex, "~> 0.1.0-beta.0"}]
end
```