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.