Looking for advices for and from experienced developer

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

Our great sponsors
  • Revelo Payroll - Free Global Payroll designed for tech teams
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • book

    The Rust Programming Language

    I personally think the most important areas of Rust are lifetimes, ownership, and traits, and to a lesser extent Result and Option. The official book (here) helped me learn a lot, and within a few weeks I'd already ported a database migration program from C#/.NET to Rust we use at my work.

  • too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

    Once you've read The Book, I'd recommend reading Learning Rust With Entirely Too Many Linked Lists to solidify your understanding of what ownership and borrowing means for data structure design.

  • Revelo Payroll

    Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.

  • patterns

    A catalogue of Rust design patterns, anti-patterns and idioms

    You might find Rust Design Patterns helpful to see how patterns you are familiar with in C++ map over into Rust. The section on idioms is also valuable.

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