lezeh-common 0.1.0

Common functionalities for lezeh. See https://github.com/sendyhalim/lezeh for details.
Documentation
1
2
3
pub fn s(val: &str) -> String {
  return val.to_string();
}