BurntSushi / rust-csv

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

How to writing column? #339

Closed hanusek closed 12 months ago

hanusek commented 12 months 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 12 months ago

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