1 2 3 4 5 6 7
use parth10606_first_crate::utils::string; fn main() { let a ="rust"; println!("String in reverse : {}", string::reverse(a)); }