Skip to main content

string_into

Function string_into 

Source
pub fn string_into(input: &str, out: &mut String)
Expand description

Same as string, but writes into a caller-supplied String. Useful for hot loops that want to reuse a buffer.