Crates.io | avro |
lib.rs | avro |
version | 0.2.1 |
source | src |
created_at | 2016-02-07 09:45:02.884385 |
updated_at | 2016-05-08 19:57:50.128394 |
description | A Rust implementation of Apache Avro |
homepage | |
repository | https://github.com/jminer/rust-avro |
max_upload_size | |
id | 4115 |
size | 83,643 |
An implementation of Avro for Rust.
[dependencies]
avro = { git = "https://github.com/jminer/rust-avro" }
My motivation for this project is decoding binary log messages sent from a C application. Rather than invent a new format, I started a general Avro library. Therefore, there isn't yet support for reading JSON protocol (.avpr) files or encoding Avro data. Features:
I'd like to see support for more Avro features in the future.