Module apache_avro::schema

source ·
Expand description

Logic for parsing and interacting with schemas in Avro format.

Structs

Enums

Traits

  • Trait for types that serve as an Avro data model. Derive implementation available through derive feature. Do not implement directly! Implement apache_avro::schema::derive::AvroSchemaComponent to get this trait through a blanket implementation.

Type Aliases

  • Represents the aliases for Named Schema
  • Represents documentation for complex Avro schemas.
  • Represents Schema lookup within a schema
  • Represents the namespace for Named Schema