Crate serde_avro_derive

Crate serde_avro_derive 

Source
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§

SchemaBuilder
Largely internal type used by #[derive(BuildSchema)]

Traits§

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

Derive Macros§

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