from Hacker News

Ask HN: Best way to learn Rust for an experienced C++ dev

by posharma on 3/18/23, 10:09 PM with 1 comments

I'm an experienced C++ dev (10+ yrs). What's the best way to learn Rust? Books? Projects?
  • by Shinmon on 3/19/23, 4:36 PM

    I really liked the "Programming Rust" book from O'Reilly which was much better than the official book, especially for coming from C++.

    This will give you the basic ideas but in the end, doing projects with Rust will be the way to go to learn how to really program idiomatic Rust