Success stories with Rust?

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

    A user- and resources-friendly signatures-based malware scanner

  • About a year ago I went to create an open-source malware Scanner. I wanted it to be fast and reliable, but I didn't really like C and C++ and so the only option for me was Python. Python made the development fast, but the app slow and heavy. Around that time I discovered the existence of Rust and that increased the speed of the scanner drastically, I therefore continued developing the project in Rust. It took me about a year to learn Rust (coming from a web and Python background), but it's not too complicated once you get into it. Also it's really fast and the cargo CLI helps a lot in keeping the code clean and efficient. The only thing stopping me from going 100% Rust on the project is the lack of stable UI frameworks, so I'm using Tauri for that right now. Nonetheless, in the timespan of about a year, I managed to learn the principles of Rust and build an open-source malware scanner which has 57 stars and about 900 downloads (at the moment of writing) and I'm quite proud of it. Here is the link to it if you are interested: https://github.com/Raspirus/Raspirus

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