An open API service indexing awesome lists of open source software.

https://github.com/apache/avro-rs

Rust SDK for Apache Avro - a data serialization system.
https://github.com/apache/avro-rs

avro bigdata rust

Last synced: about 1 year ago
JSON representation

Rust SDK for Apache Avro - a data serialization system.

Awesome Lists containing this project

README

          

# apache-avro

Apache Avro Rust SDK

[![Current Crates.io Version](https://img.shields.io/crates/v/apache_avro.svg)](https://crates.io/crates/apache-avro)
[![Documentation](https://img.shields.io/badge/docs-latest-blue)](https://docs.rs/apache-avro/latest/apache_avro/)
[![CI](https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml/badge.svg)](https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml)
![Rust Version](https://img.shields.io/crates/msrv/apache_avro.svg?label=MSRV&color=red)
![license](https://shields.io/badge/license-Apache--2.0-blue)

# Subprojects

## Avro

See [avro/README.md](./avro/README.md)

## Avro derive

See [avro_derive/README.md](./avro_derive/README.md)

## Avro test helper

See [avro_test_helper/README.md](./avro_test_helper/README.md)

## WebAssembly demo application

See [wasm-demo/README.md](./wasm-demo/README.md)