Append byte, Rust strings are a stream of UTF-8 bytes let byte_vec = [65]; // contains A let byte_str = str::from_utf8(&byte_vec).unwrap();
確定! 回上一頁