Hey Rustaceans! Got a question? Ask here (13/2022)!

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

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

  • If you enjoy Rust and have learning time available, join a project. E.g. clippy has mentored issues for newcomers and doing a PR will get you on the thanks page, which will look good to potential employers.

  • min-sized-rust

    🦀 How to minimize Rust binary size 📦

  • Check out the methods here. The abort , panic_immediate_abort, and binary compression techniques should get all but very large binaries under a megabyte or two.

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

    A web framework for Rust.

  • There's lots of HTTP servers and libraries for Rust. Most are built on top of hyper, or alternatively there's simpler libraries such as tiny_http. Or, if you're looking for something more high-level there are options such as Actix Web, Axum, Tide, Poem, or Rocket.

  • axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

  • There's lots of HTTP servers and libraries for Rust. Most are built on top of hyper, or alternatively there's simpler libraries such as tiny_http. Or, if you're looking for something more high-level there are options such as Actix Web, Axum, Tide, Poem, or Rocket.

  • hyper

    An HTTP library for Rust (by hyperium)

  • There's lots of HTTP servers and libraries for Rust. Most are built on top of hyper, or alternatively there's simpler libraries such as tiny_http. Or, if you're looking for something more high-level there are options such as Actix Web, Axum, Tide, Poem, or Rocket.

  • actix-web

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

  • There's lots of HTTP servers and libraries for Rust. Most are built on top of hyper, or alternatively there's simpler libraries such as tiny_http. Or, if you're looking for something more high-level there are options such as Actix Web, Axum, Tide, Poem, or Rocket.

  • Tide

    Fast and friendly HTTP server framework for async Rust

  • There's lots of HTTP servers and libraries for Rust. Most are built on top of hyper, or alternatively there's simpler libraries such as tiny_http. Or, if you're looking for something more high-level there are options such as Actix Web, Axum, Tide, Poem, or Rocket.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • poem

    A full-featured and easy-to-use web framework with the Rust programming language.

  • There's lots of HTTP servers and libraries for Rust. Most are built on top of hyper, or alternatively there's simpler libraries such as tiny_http. Or, if you're looking for something more high-level there are options such as Actix Web, Axum, Tide, Poem, or Rocket.

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

  • shuttle 0.8.0 is out (actix support, static files support, better scaffolding, & more)

    2 projects | /r/rust | 30 Dec 2022
  • A small reivew of the Poem Rust web framework

    2 projects | news.ycombinator.com | 11 Sep 2022
  • How do I chiose rust web framework in 2022?

    4 projects | /r/rust | 10 May 2022
  • 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