Expand description
Logic handling reading from Avro format at user level.
Modules§
Structs§
- Reader
- Main interface for reading Avro formatted values.
- Reader
Builder - Use builder syntax to set the inputs and finish with
build().
Functions§
- read_
marker - Reads the marker bytes from Avro bytes generated earlier by a
Writer