pub fn string_into(input: &str, out: &mut String)
Same as string, but writes into a caller-supplied String. Useful for hot loops that want to reuse a buffer.
string
String