README.md
# ⚠️ OUT OF DATE FOR LEGACY COMPATIBILITY ⚠️
This hex package `avro_ex_v0` exists for legacy compatibility with
incorrect patters for serializing/deserializing avro schemas as implemented
in AvroEx v0.1.0-beta.6.
See Upstream [AvroEx](https://hex.pm/packages/avro_ex)
## usage
Add this project as a dependency and call `AvroExV0` where needed
```elixir
def deps do
[{:avro_ex_v0, "~> 0.1.0-beta.0"}]
end
```