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.