Hacker News new | ask | show | jobs
by cfcosta 1316 days 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

1 comments

Thanks! 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

Sounds real fun! Rust also has great support for WASM, should make the native modules easier to write.
Also, what's the way to go when talking about Desktop UIs in Rust?