What are some awesome low level projects in rust?

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

    Empowering everyone to build reliable and efficient software.

  • Rust itself https://github.com/rust-lang/rust or Cargo https://github.com/rust-lang/cargo

  • Cargo

    The Rust package manager

  • Rust itself https://github.com/rust-lang/rust or Cargo https://github.com/rust-lang/cargo

  • 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
  • actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

  • There are many but it needs to be interesting to you, otherwise... I like OS and compiler stuff so thats the projects i put but you maybe like more Web things so Actix https://github.com/actix/actix-web will be more fun from your point of view

  • RustFFT

    RustFFT is a high-performance FFT library written in pure Rust.

  • Or if you like maths maybe a FFT one like https://github.com/ejmahler/RustFFT since they use SIMD code and you cant get lower than pure ASM

  • reverse-proxy-rust

    Reverse proxy with in-memory cache, background fetching, on-demand cache invalidation, and 304 response support

  • I created this reverse proxy that uses hyper/Tokio with an in-memory cache, support for 304 responses, and a private endpoint for cache refreshing and invalidation (so that backend services can refresh the cache on demand). Works pretty well IMO. https://github.com/algodex/reverse-proxy-rust

  • build-your-own-x

    Master programming by recreating your favorite technologies from scratch.

  • Here is a repo with many interesting projects to get inspiration. A few of them are in rust https://github.com/codecrafters-io/build-your-own-x

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

  • Surprisingly Powerful – Serverless WASM with Rust Article 1

    5 projects | dev.to | 27 Apr 2024
  • Hey Rustaceans! Got a question? Ask here (12/2023)!

    14 projects | /r/rust | 20 Mar 2023
  • rustup が "error: linker `cc` not found" で失敗 - Alpine Linux 3.17 (Rust 1.66)

    3 projects | dev.to | 8 Jan 2023
  • Fix rustup failed with "error: linker `cc` not found" on Alpine Linux 3.17 (Rust 1.66)

    4 projects | dev.to | 8 Jan 2023
  • Announcement: Shipyard.rs Private Crate Registry Service

    7 projects | /r/rust | 31 Aug 2022