Rust strings are not ASCII , they are UTF-8 . You need to figure out how many bytes each character requires. char_indices is a good tool here.
確定! 回上一頁