Current section

Files

Jump to
avro_ex README.md
Raw

README.md

# AvroEx
A pure-elixir avro encoding/decoding library.
## Installation
```
def deps do
[{:avro_ex, "~> 0.1.0-beta.0"}]
end
```