[][src]Module avro_rs::types

Logic handling the intermediate representation of Avro values.

Structs

Record

Utility interface to build Value::Record objects.

SchemaResolutionError

Describes errors happened while performing schema resolution on Avro data.

Enums

Value

A valid Avro value.

Traits

ToAvro

Any structure implementing the ToAvro trait will be usable from a Writer.