Intermediate projects to look how better Rustaceans code

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mini-redis

    Incomplete Redis client and server implementation using Tokio - for learning purposes only

  • I sure learned a ton from looking at the mini-redis implementation from the tokio team https://github.com/tokio-rs/mini-redis -- especially when you want to work with tokio! I think it's remarkably well structured and documented.

  • LuminS

    A fast and reliable alternative to rsync for synchronizing local files written in Rust

  • If you prefer to finish something real, you can do https://github.com/wchang22/LuminS with the minimal necessary stuff to be a rsync alternative for local backups. I have documented the missing things as "no preserve ownership, dry-run, symlink and no RAM-awareness" here.

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

    Habyt is a habit manager that lets you keep track of your daily habits through CLI.

  • I'm learning Rust, and definitely don't think that I can call myself a Rustacean yet, but you could find some structure (and beginner mistakes) here: https://github.com/one-aalam/habyt

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

  • 🚀Memory safe, blazing fast, configurable, minimal hello world written in rust(🚀) in a few lines of code with few(1092🚀) dependencies🚀

    1 project | /r/ThePrimeagenReact | 23 Sep 2023
  • How easy is it to swap out your async runtime?

    2 projects | /r/rust | 10 Jul 2023
  • Hello World in Rust

    1 project | news.ycombinator.com | 1 Jun 2023
  • Speeding up lemmeknow by transposing Lazy<Vec<_>>

    1 project | /r/rust | 20 May 2023
  • What's everyone working on this week (16/2023)?

    19 projects | /r/rust | 17 Apr 2023