csv-async
csv-async copied to clipboard
CSV parsing in async context
There is new version of https://github.com/BurntSushi/rust-csv. Synchronize changes.
Line and byte numbers are counted differently on Windows vs. Linux. See e.g. `tests/read_records.rs`
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 -...
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...