beho / zig-csv

Low-level CSV parser library for Zig language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No need for hdrBuf and rowBuf

rofrol opened this issue · comments

Maybe I don't understand sth, but after removing hdrBuf and rowBuf, everything works as expected.

Hi @rofrol, what code are you referring to? I don't see any of those identifiers on current main.

Sorry. Brain glitch. I meant to open this knadh/csv2json#6