Cómo indexar una cadena en óxido
num_string.chars().nth(i).unwrap()
Flyhouse_Squarewheel
num_string.chars().nth(i).unwrap()