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.
- Host: GitHub
- URL: https://github.com/apache/avro-rs
- Owner: apache
- License: apache-2.0
- Created: 2024-09-23T11:00:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T05:08:25.000Z (over 1 year ago)
- Last Synced: 2025-04-03T04:16:50.351Z (over 1 year ago)
- Topics: avro, bigdata, rust
- Language: Rust
- Homepage: https://avro.apache.org/
- Size: 1.32 MB
- Stars: 50
- Watchers: 8
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# apache-avro
Apache Avro Rust SDK
[](https://crates.io/crates/apache-avro)
[](https://docs.rs/apache-avro/latest/apache_avro/)
[](https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml)


# 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)