top | item 33468693

(no title)

cfcosta | 3 years 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

discuss

order

labarilem|3 years ago

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

cfcosta|3 years ago

Sounds real fun! Rust also has great support for WASM, should make the native modules easier to write.