C++ to Rust Books?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • r4cppp

    Rust for C++ programmers

  • Here's what I've found as a first result by googling "C++ to rust tutorial". Skimmed it and it seems pretty solid.

  • codewars.com

    Issue tracker for Codewars

  • Codewars works really well for quickly picking up new programming languages. The extremely-easy exercises (8 and 7 kyu) teach syntax and then the easy (6 and 5 kyu) exercises teach common idioms: You'll start out solving the exercises with C++ style/idioms translated to Rust syntax, but each time you complete an exercise Codewars immediately shows you everyone else's solutions sorted by popularity/rating, so you quickly learn the new language's style.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nomicon

    The Dark Arts of Advanced and Unsafe Rust Programming

  • If you are interested in the theoretical stuff that doesn't have much overlap with C++, give the Nomicon a try, or even Learn Rust the Dangerous Way.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project