8 ms·
The Rust Book is the best introduction I think. Then, Rust for Rustaceans[1] might be the best intermediate to advanced rust book I've ever seen. Don't forget
by cfcosta 4y ago
The Rust Book is the best introduction I think. Then, Rust for Rustaceans[1] might be the best intermediate to advanced rust book I've ever seen.
Don't forget to practice and work on real projects, the concepts take a little bit to get used to, and just reading about it is not enough.
[1]: https://nostarch.com/rust-rustaceans https://nostarch.com/rust-rustaceans
- labarilem 4y agoThanks! I'm looking into Rust because I'd like to try programming Node.js native modules without using C++ and writing some VSTs for fun. Is this[1] the first book you're referring to? [1]: https://nostarch.com/Rust2018 https://nostarch.com/Rust2018