Module avro_rs::types

source ·
Expand description

Logic handling the intermediate representation of Avro values.

Structs

Utility interface to build Value::Record objects.
Describes errors happened while performing schema resolution on Avro data.

Enums

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

Traits

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