How could I generate an array of random strings in Rust?
fn random_string_arr(n_strings: i32, max_str_length: i32, mi