How did you learn Rust?

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

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

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

  • Maybe something like rustlings? https://github.com/rust-lang/rustlings

  • egg

    egg is a flexible, high-performance e-graph library (by egraphs-good)

  • Consider writing a command line interface to query some service and process some data that is of interest to you. E.g. Rust has a very nice wrapper around the Twitter API: https://github.com/egraphs-good/egg. Think of a use case, e.g. monitoring tweets for some topic or walking the social graph. You can pretty much integrate any topic into such a project.

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

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

  • For clippy?

  • Rust-Full-Stack

    Rust projects here are easy to use. There are blog posts for them also.

  • You can find some working exmaples here. It will save your compile time.

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