zig-csv icon indicating copy to clipboard operation
zig-csv copied to clipboard

Low-level CSV parser library for Zig language.

Results 1 zig-csv issues
Sort by recently updated
recently updated
newest added

this example CSV fails to parse with the error `MisplacedQuote` ``` "hour", "minute" 3, 17 ``` im not very familiar with CSV, multiple other libraries/online validators accepted this CSV but...