From High-Level to Systems Programming: A Practical Guide to Rust, Part 2

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. Rocket

    A web framework for Rust.

    Building web servers: Rust has some libraries and frameworks for building web servers, such as Rocket and Actix. Its efficiency and concurrent programming capabilities make it a great choice for handling high levels of traffic and requests. For example, Rocket uses Rust's macro system to provide a clean and expressive API for building web applications.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. rust-by-example

    Learn Rust with examples (Live code editor included)

    The Rust By Example website is another helpful resource for learning Rust. It provides a series of interactive examples that demonstrate how to use various Rust features and libraries.

  4. actix-web

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

    Building web servers: Rust has some libraries and frameworks for building web servers, such as Rocket and Actix. Its efficiency and concurrent programming capabilities make it a great choice for handling high levels of traffic and requests. For example, Rocket uses Rust's macro system to provide a clean and expressive API for building web applications.

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

  • Actix Web - The Rust Framework for Web Development - Hello World

    1 project | dev.to | 5 Nov 2024
  • Show HN: Hosting my website using my own C web server

    6 projects | news.ycombinator.com | 24 Sep 2024
  • Actix-Web: v4.8.0

    1 project | news.ycombinator.com | 19 Jun 2024
  • Actix-Web: v4.6.0

    1 project | news.ycombinator.com | 23 May 2024
  • Building a REST API for Math Operations (+, *, /) with Rust, Actix, and Rhai🦀

    2 projects | dev.to | 22 Mar 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?