Module jsonl_converter::readers
source · Modules
- This module contains the
ByteIterator
struct, which is used to iterate over the bytes of a file. This allows us to read a file byte by byte, instead of reading the entire file into memory at once.