TL;DR
Understand Rust's two string types, text manipulation, UTF-8 encoding, and common string operations
Key concepts
- Rust strings
- Rust string types
- Rust String vs str
- Rust UTF-8
- Rust text manipulation
TL;DR
Understand Rust's two string types, text manipulation, UTF-8 encoding, and common string operations
Key concepts