We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let result = "Hello, world!".as_bytes(); println!("{:?}", std::str::from_utf8(&result).unwrap());