I am trying to write simple TCP/IP client in Rust and I need to print out the buffer I got from the server. How do I convert a Vec<u8> (or a &[ ...
確定! 回上一頁