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§
- Format an array into a comma-delimited string.
- Reads a comma-delimited raw header into a Vec.