Large project uses Rust backend. My backend developer left. How hard is it for me to learn Rust and take over for him.

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

  • I would second the other recommendations on this post to start with the official book (https://doc.rust-lang.org/book/). I would say reading the first ~15 chapters (+doing the exercises) would give you a good baseline from which you should be a position to start experimenting independently without constantly getting stuck (you'll still get stuck, but having read this far into the book you'll probably have a decent idea of what it is that you need to lookup to get yourself unstuck). I'd budget 2-3 days if you're quick, maybe a week if you're slower.

  • too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

  • After The Book, my advice is to read Learning Rust With Entirely Too Many Linked Lists, which helps to solidify your understanding of what Rust's rules mean for writing data structures, rather than using ready-made ones off crates.io.

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

    crates.io documentation generator

  • Hosted documentation for 3rd party crates https://docs.rs

  • scc

    Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go

  • I don't trust your qualitative "LARGE" for the project. I would recommend you pass your project through something like a software metrics tool https://github.com/boyter/scc to better measure what you're up against in terms of Flutter/Dart AND Rust code base.

  • zero-to-production

    Code for "Zero To Production In Rust", a book on API development using Rust.

  • If you're brand new, in addition to the other suggestions, I think this book could also really help: https://www.zero2prod.com/

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

    InfluxDB logo
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