Blog
Qovery
5
minutes

I used Rust in production for 6 months! Here's my feedback

Are you in two minds when it comes to learning new programming languages? Probably you may feel the same when you first heard about the Rust programming language. Good things require some effort and here's what I have to say after using Rust programming language in production for a 6-month duration – It is great and Simply superb! Let's get the clear practical experience picture with Rust at Qovery.
Romaric Philogène
CEO & Co-founder
Summary
Twitter icon
linkedin icon

What is Qovery?

Qovery is a Cloud deployment platform used by more than 1000 developers to deploy their apps on AWS. The part in app deployment is written in Rust (take a look, it's open-source). My team and I enjoy technical challenges, and when we decided to move out of Python (for robustness reasons), I suggested Rust!

Why Rust?

Qovery is installed on the Cloud account of our customers! Meaning, we need to be 100% sure that when Qovery is installed, it will run forever with a minimum memory and CPU footprint. This is a critical piece of our product. It's a bit like launching a satellite into space. Once it's launched, it's nearly impossible to repair it physically.

Houston we have a 404 problem :) Credits NASA

This is where Rust shines. Once it's compiled, it works like a charm.

Why not use Go?

What we're doing with Rust could be done with Go. However, from my experience, I saw a lot of devs abusing Goroutines (lightweight threads), leading in concurrency issues. Rust prevents misuse of threads, which can be frustrating - but for good reasons.

Feedback

Don't expect new programmers to be productive in the first month.

There is a learning curve associated with each programming language. Like other languages, developers new to Rust will take time to learn the concepts, play with code, and be productive. You should not expect them to be effective in the first month itself. I'd recommend spending time to dig into crucial concepts like Borrowing, Ownership, and Lifetime to understand Rust better. I'd also recommend reading the official book on Rust programming language, which is available at - https://doc.rust-lang.org/book/.‍

Rust changes the way we build applications for the better.

Due to the excellent type system, Rust is safe by design, and it changes the way one builds applications positively. "Don't fight the borrow checker", spend time to understand why it throws you to error - it's for your good. You're probably doing something "wrong" for years without knowing. Personally, it was my case when developing concurrent features on other programming languages like Java and Go. So, don't fight the borrow checker, and embrace it :)

The tooling is good

Rust has some great tools like 'Cargo' which is a Rust dependency manager. Cargo helps build code, download the libraries that the code depends on, and build those libraries. Suppose you are a Java or Kotlin developer and are familiar with IntelliJ IDEA, which is an integrated development environment in Java. In that case, you do not have to fear as there is an excellent Rust plugin available.

For me, the IntelliJ debugger works fine, but it may get challenging to get details on the variables when they are allocated on the heap. Here the LLDB debugger can help with ease. Which I honestly... don't use.

You may not find the library that you need.

The Rust programming language has a lot of high-quality libraries. But the Rust ecosystem is not mature like Go, Python, or Java. In case you are unable to find something suitable, you will have to create it. This is an excellent and creative opportunity to contribute to the Rust ecosystem. The community developers are always looking for exciting things on Rust, and your contribution will help the community. That's why we open-sourced our deployment engine — trying to contribute to the Rust ecosystem in our way.

Error handling can be verbose.

Even though error handling rust may be verbose, it is good to handle all cases. There are mechanisms like the '?' operator that aims to reduce the volume of error handling code, but at some point, like for me, you will have to handle it. But this is also why Rust is so safe, and you have to spend time handling errors instead of skipping them.

The compilation is so slowwwww

Depending on the size of your project, it will take time to download the libraries and build them and could take between one to ten minutes. At Qovery, we started with 2 minutes and 30 seconds of compilation time, and today, it is at 8 minutes. However, the Rust team has been making improvements to make the compilation faster through incremental builds.

Note: Pierre (CTO of Qovery) configured a distributed cache with SCCache, and we reduced build time per 2.

Rust has a strong community.

Rust programming language is excellent, but mainly the people who form the Rust developer community make Rust a great ecosystem. The community stands for equality and welcomes all. It is small and growing fast. The Rust tooling ecosystem is very active, enthusiastic, and growing, which has all the makings to spearhead Rust into a widely used language. I also try to contribute with Qovery and my free time to create new content to show that Rust is accessible to anyone - even with experience in only a high-level programming language.

Conclusion

Rust is becoming popular day by day, with greater adoption of Rust by organizations in the Cloud computing sphere. Rust language has many advantages and is the perfect language to build highly resilient applications. As developers gain productivity, you must think positively of the slightly longer learning curve and be patient in the first few weeks. These little investments will go a long way to improve ways to design apps. Rust has exciting career options, and we at Qovery believe in a bright future for Rust in the coming years.

If you are excited about Rust (as we are) - drop us a line :) Stay safe.

Share on :
Twitter icon
linkedin icon
Ready to rethink the way you do DevOps?
Qovery is a DevOps automation platform that enables organizations to deliver faster and focus on creating great products.
Book a demo

Suggested articles

Cloud
Heroku
Internal Developer Platform
Platform Engineering
9
 minutes
The Top 8 Platform as a Service (Paas) Tools in 2026

Build Your Own PaaS: Stop depending on fixed cloud offerings. Discover the top 8 tools, including Qovery, Dokku, and Cloud Foundry, that let you build a customizable, low-maintenance PaaS on your cloud infrastructure.

Morgan Perry
Co-founder
Kubernetes
 minutes
How to Deploy a Docker Container on Kubernetes: Step-by-Step Guide

Simplify Kubernetes Deployment. Learn the difficult 6-step manual process for deploying Docker containers to Kubernetes, the friction of YAML and kubectl, and how platform tools like Qovery automate the entire workflow.

Mélanie Dallé
Senior Marketing Manager
Observability
DevOps
 minutes
Observability in DevOps: What is it, Observe vs. Monitoring, Benefits

Observability in DevOps: Diagnose system failures faster. Learn how true observability differs from traditional monitoring. End context-switching, reduce MTTR, and resolve unforeseen issues quickly.

Mélanie Dallé
Senior Marketing Manager
DevOps
Cloud
8
 minutes
6 Best Practices to Automate DevSecOps in Days, Not Months

Integrate security seamlessly into your CI/CD pipeline. Learn the 6 best DevSecOps practices—from Policy as Code to continuous monitoring—and see how Qovery automates compliance and protection without slowing development.

Morgan Perry
Co-founder
Heroku
15
 minutes
Heroku Alternatives: The 10 Best Competitor Platforms

Fed up of rising Heroku costs and frequent outages? This guide compares the top 10 Heroku alternatives and competitors based on features, pricing, pros, and cons—helping developers and tech leaders choose the right PaaS.

Mélanie Dallé
Senior Marketing Manager
Product
Infrastructure Management
Deployment
 minutes
Stop tool sprawl - Welcome to Terraform/OpenTofu support

Provisioning cloud resources shouldn’t require a second stack of tools. With Qovery’s new Terraform and OpenTofu support, you can now define and deploy your infrastructure right alongside your applications. Declaratively, securely, and in one place. No external runners. No glue code. No tool sprawl.

Alessandro Carrano
Head of Product
AI
DevOps
 minutes
Integrating Agentic AI into Your DevOps Workflow

Eliminate non-coding toil with Qovery’s AI DevOps Agent. Discover how shifting from static automation to specialized DevOps AI agents optimizes FinOps, security, and infrastructure management.

Mélanie Dallé
Senior Marketing Manager
DevOps
 minutes
Top 10 Flux CD Alternatives: Finding a Better Way to Deploy Your Code

Looking for a Flux CD alternative? Discover why Qovery stands out as the #1 choice. Compare features, pros, and cons of the top 10 platforms to simplify your deployment strategy and empower your team.

Mélanie Dallé
Senior Marketing Manager

It’s time to rethink
the way you do DevOps

Say goodbye to DevOps overhead. Qovery makes infrastructure effortless, giving you full control without the trouble.