Module jsonl_converter::reader
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.
Functions
- Verifies that the first character of the file is a ‘[’.