convert.rs (88B)
1 fn main() { 2 let s = "This is my string"; 3 println!("{} {:?}", s, s.as_bytes()) 4 }