avro 0.2.1

A Rust implementation of Apache Avro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
regex = "0.1.48"
serde_json = "0.6"

[package]
authors = ["Jordan Miner <jminer7@gmail.com>"]
description = "A Rust implementation of Apache Avro"
license = "Apache-2.0/MIT"
name = "avro"
readme = "README.md"
repository = "https://github.com/jminer/rust-avro"
version = "0.2.1"