Skip to main content

Crate apache_avro_derive

Crate apache_avro_derive 

Source
Expand description

This crate is the implementation of the AvroSchema derive macro. Please use it via the apache-avro crate:

use apache_avro::AvroSchema;

#[derive(AvroSchema)]

Please see the documentation of the AvroSchema trait for instructions on how to use it.

Derive Macrosยง

AvroSchema