rust-csv
rust-csv copied to clipboard
Making serde an optional dependency
Hi,
I see that there existed a PR (https://github.com/BurntSushi/rust-csv/pull/175) attempting to add this feature, and several comments are in that PR requesting this feature. Nevertheless, the PR was rather old and the author closed it down.
I will attempt to make a new PR adding support for this feature, as I need to use this CSV parser inside https://github.com/apache/datafusion-sqlparser-rs/pull/2077
Best, Luca