Rust Get Char at Index
let byte: u8 = my_string.as_bytes()[i];
Yvant2000
let byte: u8 = my_string.as_bytes()[i];