insert

Function insert 

Source
pub fn insert<'s>(
    s: &'s str,
    k: &'s str,
    v: &'s str,
) -> (String, Option<&'s str>)
Expand description

Insert a key-value (&str, &str) pair by appending it at the end of s preserving the insertion order.