In Rust, strings are composed of a slice of u8 and are guaranteed to be valid UTF-8, which allows for NUL bytes in the interior of the string.
確定! 回上一頁