Module types

Source
Expand description

Logic handling the intermediate representation of Avro values.

Macros§

to_avro 🔒

Structs§

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

Enums§

Scalar
ScalarKind
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.