Module jsonl_converter::readers::byte_iter
source · Expand description
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.
Structs
- This struct is used to iterate over the bytes of a file.