Module mz_testdrive::format::avro

source ·

Structs§

Enums§

Traits§

Functions§

  • Decode a Value encoded in Avro format given its Schema and anything implementing io::Read to read from.
  • Decodes an Avro datum from its Confluent-formatted byte representation.
  • Encode a compatible value (implementing the ToAvro trait) into Avro format, also performing schema validation.