February 17, 2023 Conversion between String, str, Vec<u8>, Vec<char> in Rust If you are not sure how to convert various type like String, str, Vec<u8> or 11views
View on YouTube February 9, 2023 Strings in rust explained Excellent video on how to deal with Strings, byte, &str or chars in Rust,