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

Making serde an optional dependency

Open LucaCappelletti94 opened this issue 2 months ago • 0 comments

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

LucaCappelletti94 avatar Oct 29 '25 10:10 LucaCappelletti94