10
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Feb 2024
10 points (85.7% liked)
Rust
5938 readers
1 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
Kimylamp
You will have to learn general systems programming, do not shy from c/cpp resources. Rust is a systems programming language. You will have to learn systems programming, then both c and rust will make sense. See for example The Cherno
The rust book assumes you know how to program, but it doesn't assume you're an expert on systems programming. It explains many things. The rust book is, of course, your best resource.
I second the recommendation to start with The Book. It contains all the necessary information, especially in the chapter about ownership.
Thanks both @KooShnoo@programming.dev and @soulsource@discuss.tchncs.de for your input! I’ve ordered The Book so looking forward to getting started with that.