1
2
3
pub fn s(val: &str) -> String {
  return val.to_string();
}