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

CSV parsing in async context

Results 4 csv-async issues
Sort by recently updated
recently updated
newest added

There is new version of https://github.com/BurntSushi/rust-csv. Synchronize changes.

enhancement

Line and byte numbers are counted differently on Windows vs. Linux. See e.g. `tests/read_records.rs`

bug

I noticed that `csv-async` performance is about 16% worse in compare to plain `csv` in scenario when record is being read using `serde` and being processed by synchronous code -...

investigation-needed

Hi! I was wondering if the error: CSV serialize error: serializing maps is not supported, if you have a use case, please file an issue at https://github.com/BurntSushi/rust-csv could support using...