Module csv
Expand description
CSV utilities lifted from https://github.com/hyperium/headers/blob/1b4efe2e9faac3d96ddfb9347c2028477663f01d/src/util/csv.rs until relevant PRs get merged that rely on this internal utility.
Functions§
- fmt_
comma_ delimited - Format an array into a comma-delimited string.
- from_
comma_ delimited - Reads a comma-delimited raw header into a Vec.