Expand description
Bring automatic Avro Schema generation to serde_avro_fast
See the #[derive(BuildSchema)] documentation for
more information
Re-exports§
pub use serde_avro_fast;
Structs§
- Schema
Builder - Largely internal type used by
#[derive(BuildSchema)]
Traits§
- Build
Schema - We can automatically build a schema for this type (can be
derived)
Derive Macros§
- Build
Schema - Derive the ability to build an Avro schema for a type
(implements
BuildSchema)