Function push_value_list

Source
fn push_value_list<T: ToString>(key: &str, values: &Vec<T>, output: &mut String)
Expand description

Pushes a list of key-value pairs in SRCINFO format to a String.

Each value in values is added as a new line. If values is empty, nothing is added.

The Key-value pairs are fields scoped to a section. To make this visually distinguishable, each key-value pair is indented by a tab.