Binary chunk streaming | ✅ arbitrary chunks | ❌ line-delimited only
That’s not a correct assessment. NimbleCSV can stream arbitrary chunks using to_line_stream/1 - an API even referenced later in the same README. You just need to explicitly opt into the overhead of handling such. No need to do that if e.g. you’re already reading a line stream from a file.






















