BurntSushi / rust-csv

A CSV parser for Rust, with Serde support.
The Unlicense
1.72k stars 219 forks source link

How to writing column? #339

Closed hanusek closed 1 year ago

hanusek commented 1 year ago

Hello. I would like to use the library to create a CSV file from HashMap<String, Vec<i64>>. Where String is the header name and Vec is a vector with values in a column.

BurntSushi commented 1 year ago

Questions like this are why Discussions are enabled for this repository.