How to move to rust from c++?

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
  • book

    The Rust Programming Language

    Many people have already recommended the The Book which is a great resource that you should reference whenever you are stuck.

  • 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.

  • Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

    Rustlings: Quick exercises to get you reading and writing Rust.

  • rust-by-example

    Learn Rust with examples (Live code editor included)

    Rust by Example: Collection of runnable examples, which many find useful to read

  • book

    The Little Book of Rust Books (by lborb)

    For diving in to more specific use cases, I’ll encourage you to give the LBORB a look: https://lborb.github.io/book/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

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

Related posts