I love building a startup in Rust. I wouldn't pick it again.

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. thiserror

    derive(Error) for struct and enum error types

    Depending on your use case, thiserror and/or anyhow.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. anyhow

    Flexible concrete Error type built on std::error::Error

    Depending on your use case, thiserror and/or anyhow.

  4. windmill

    Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

    We also built with our startup, windmill.dev (open-source alternative to retool + workflow engine) entirely with Rust and Svelte and I could not disagree more. However, I can see where Andrew is coming from. If performance and dealing with system level concerns is not your case and you're just doing http plumbing on top of a database, you will have an easier time with simply typescript and node/deno.

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

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