avro-rs 0.1.0

Library for working with Apache Avro in Rust
Documentation
#!/bin/bash
set -ev
make release
make test
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
    make benchmark
fi