Registry / serialization / avro-rs

avro-rs

JSON →
library0.13.0rscratesunverified

Library for working with Apache Avro data serialization format in Rust.

# Cargo.toml [dependencies] avro-rs = "0.13.0"
INSTALL
IMPORT
SIG · AVRO-RS
A
avro-rs
serializationrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reader
use avro_rs::Reader;

Create an Avro reader from bytes

use avro_rs::Reader; fn main() { let bytes = vec![]; let reader = Reader::new(&bytes[..]).unwrap(); println!("Avro reader created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
avro-rs — cargo add avro-rs · libregistry