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

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

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

  • 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

  • Building a REST API for Math Operations (+, *, /) with Rust, Actix, and Rhai🦀

    2 projects | dev.to | 22 Mar 2024
  • Actix-Web: v4.5.0

    1 project | news.ycombinator.com | 4 Feb 2024
  • Actix-Web: v4.4.0

    1 project | news.ycombinator.com | 30 Aug 2023
  • Top Rust Web Frameworks: Rocket, Actix-web, Tide, Warp, and Gotham

    3 projects | dev.to | 14 Jun 2023
  • Toy-HTTP-rs - An HTTP Server like actix.rs or rocket.rs but for learning and basics

    3 projects | /r/rust | 10 May 2023