Module avro_rs::schema [] [src]

Logic for parsing and interacting with schemas in Avro format.

Structs

Name

Represents names for record, enum and fixed Avro schemas.

RecordField

Represents a field in a record Avro schema.

Enums

RecordFieldOrder

Represents any valid order for a field in a record Avro schema.

Schema

Represents any valid Avro schema More information about Avro schemas can be found in the Avro Specification

Type Definitions

Documentation

Represents documentation for complex Avro schemas.