lezeh_common/
string.rs

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