Rustlang Get Substring

let a = input_string.chars().nth(n).unwrap();
Flyhouse_Squarewheel