ferrugem Get Char no índice

let byte: u8 = my_string.as_bytes()[i];
Yvant2000