replit/
lib.rs

1pub fn replit(re: &str) -> String {
2    String::from("unimplement")
3}