BurntSushi / BurntSushi/rust-csv
Support serializing of maps
Open
enhancement
help-wanted
question
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
I want to use this library in order to import/export csv files to/from a key-value database, I use HashMap to store this data. This works fine for deserializing, however I just discovered that it was not supported for serializing, something which feels like an inconsistency in the library. This is a feature that I would appreciate.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.