-
- heavily used in for all kinds of network backend stuff, eg. at AWS, fly.io, Deno, even Cloudflare I think (don't they use deno deploy for some of their stuff?), Discord, Microsoft
-
CodeRabbit
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.
-
Games (Veloren, or check out this website for updates on other games being developed in Rust)
-
You can release any desktop application with web UI (Electron-style) using Tauri, here are some showcases
-
Web applications e.g. online chess, or anything from this showcase list for axum or any other web framework for Rust you could find (e.g. Actix and its showcase list)
-
Databases (SurrealDB)
-
There's a re-implementation of git called gitoxide
-
rustdesk
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
Remote Desktop (RustDesk)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Some people tried using Rust to implement programming languages, right now I do not know any bigger language with compiler written in Rust but there was an attempt with astro. Match statements make parsing in Rust pretty comfortable.
-
Web applications e.g. online chess, or anything from this showcase list for axum or any other web framework for Rust you could find (e.g. Actix and its showcase list)
-
IDEs (lapce)
-
Game engines (Bevy, Fyrox)
-
In theory you should be able to create Rust notebooks (Jupyter notebook) using evcxr so maybe some AI, data analysis, prototyping make sense if you aim for good performance in final application (protype in evcxr and use notebook as reference to implement final application in Rust for speed and safety).
-
Embedded (getting examples is starting to get tiring, so here you have just a lightweight alternative for some of RTOS applications which do not have hard real time constraints)
-
Game engines (Bevy, Fyrox)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
Godot is not the new Unity – The anatomy of a Godot API call
-
Is bevy the best option for a Rust based game engine (long term)?
-
Really frustrated. [Warning: Bit of a negative rant]
-
Chrome ships WebGPU, a sort-of successor to WebGL. How soon do you see this being adopted by the game dev community?
-
OK so whose gonna tell them