Module reader

Source
Expand description

Logic handling reading from Avro format at user level.

Structs§

Block
A block of Avro objects from an OCF file
BlockIter
An iterator over the Blocks of a Reader
Header 🔒
Reader
SchemaResolver

Functions§

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