Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 111 Bytes

convert-vec-u8-displayable-string.md

File metadata and controls

5 lines (4 loc) · 111 Bytes
let result = "Hello, world!".as_bytes();

println!("{:?}", std::str::from_utf8(&result).unwrap());