pub fn replace_in_string<'a>( input: &str, replacers: impl IntoIterator<Item = &'a (String, String)>, ) -> String