Module avro_rs::types[][src]

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

Represents any valid Avro value More information about Avro values can be found in the Avro Specification

Traits

ToAvro

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