Module testdrive::format::avro[][src]

Structs

The values stored in an Avro map.

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

Main interface for writing Avro Object Container Files.

Enums

The compression codec used to compress blocks.

This type is used to simplify enum variant comparison between Schema and types::Value.

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.

Functions

Decode a Value encoded in Avro format given its Schema and anything implementing io::Read to read from.

Encode a compatible value (implementing the ToAvro trait) into Avro format, also performing schema validation.