Have you ever started a project in Rust but switched to a different language? If so, why?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews

    I originally wrote https://github.com/Enselic/git-repo-language-trends in Rust but had to switch to Python due to the immature plotting library ecosystem in Rust, at the cost of 7 times slower performance.

  • rust-esp32-std-demo

    Rust on ESP32 STD demo app. A demo STD binary crate for the ESP32[XX] and ESP-IDF, which connects to WiFi, Ethernet, drives a small HTTP server and draws on a LED screen.

  • I don't know if the ESP experience was recent, but I'd like to mention https://github.com/ivmarkov/rust-esp32-std-demo

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

    Second generation aggregator for shiragame

  • Not quite the same scenario but I'm rewriting a parser written with nom into a C# library with Pidgin. The Rust version was written for use within another CLI tool and nom made writing parsers really easy but I need to be able to consume the same features in a larger C# project and it was easier to rewrite than to wrangle the Rust API into #[repr(C)].

  • bunkai

    Parser for No-Intro, TOSEC, and GoodTools (by SnowflakePowered)

  • Not quite the same scenario but I'm rewriting a parser written with nom into a C# library with Pidgin. The Rust version was written for use within another CLI tool and nom made writing parsers really easy but I need to be able to consume the same features in a larger C# project and it was easier to rewrite than to wrangle the Rust API into #[repr(C)].

  • rustpad

    Efficient and minimal collaborative code editor, self-hosted, no database required

  • Just adding an example to the other side, I wrote https://rustpad.io/ in Rust, which is a collaborative text editor that uses WebSockets and resolves edit conflicts in real time using an operational transformation algorithm. It's a fairly complex bit of logic. But I actually thought Rust was the best language for this application because of performance, data race-safety, Serde, and the borrow checker. (My second choice would have been Go with stress tests run under `the -race flag.)

  • panini

    A general-purpose parser framework in Rust.

  • llvm-project

    Fork of LLVM with Xtensa specific patches. To be upstreamed. (by espressif)

  • The link to the espressive issue trackers: https://github.com/espressif/llvm-project/issues/4

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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