The book is great but its not really helpful for teaching.
To get to a reasonably proficient level in rust I did the following.
1. Use the book as the reference.
2. Angela Yu's 100 days of python has a 100 projects to help you learn python (highly recommended if you want to learn python). Tried creating those projects from scratch in Rust.
3. I'd use the book as a reference, then chatGPT to explain more details why my code is not working, or which is the best approach.