Expand description

Bring automatic Avro Schema generation to serde_avro_fast

See the #[derive(BuildSchema)] documentation for more information

Re-exports§

Structs§

Traits§

  • We can automatically build a schema for this type (can be derived)

Derive Macros§

  • Derive the ability to build an Avro schema for a type (implements BuildSchema)