flâneur

How to Learn Rust

gist.github.com · 482 words · saved by 1 readers

How to Learn Rust. GitHub Gist: instantly share code, notes, and snippets.

Learning Rust The following is a list of resources for learning Rust as well as tips and tricks for learning the language faster. Warning Rust is not C or C++ so the way your accustomed to do things in those languages might not work in 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. If you find yourself struggling hard…

saved by

related reading