- Generic types and functions with Impl Into Option
8
- Program inputs with std::env
9
- Lifetimes
10
- Writing an anagram finder
11
- Pulling dependencies from Crates.io
12
- Looking at Structopt
13
- Loading a file with BufReader
14
- Collect
15
- Iterators, Filters, and Map
Description:
Dive into the third part of an in-depth video tutorial on Rust programming. Explore advanced concepts such as lifetime elision, generic types, and functions with Impl Into Option. Learn how to handle program inputs using std::env, understand lifetimes, and create an anagram finder. Discover how to pull dependencies from Crates.io, work with Structopt, and use BufReader for file loading. Master essential Rust features like collect, iterators, filters, and map. Gain practical experience through hands-on coding examples and benefit from expert insights on Rust editions and best practices. Perfect for developers looking to deepen their Rust knowledge and build more complex applications.