What is the best way to learn Rust?

The best way to learn Rust is to embrace its best practices and see where that takes you . The generally recommended path is to start by reading the books, and doing small coding exercises until the rules around borrow checking become intuitive. Once this happens, then you can expand to more real world projects.

Read more