Notes about major production deployments of Rust. Useful in cases where someone asks "who is actually using Rust?".
-
Firefox
-
Facebook uses Rust for source management, Diem, and other things
-
Amazon in AWS Fargate container orchestration
-
Google
- Fuchsia operating system and ChromeOS
- Android's bluetooth stack
- Android OS generally
-
Microsoft's IoT Edge has a Rust component.
-
Dropbox's storage backend is in Rust, probably other components as well
-
Cloudflare uses Rust for multiple purposes
-
Reddit uses Rust on every request for markdown parsing
- and other projects
-
Apple
-
Mullvads VPN app
-
1password
-
Sentry metrics monitor has components written in Rust
-
Discord uses rust
-
Figma's (popular design tool) backend is in Rust
-
Linkerd service mesh's sidecar component is written in Rust
-
Visual Studio Code ships with ripgrep
-
System76
-
Rust is used by at least 33 blockchain companies
-
There are multiple companies building Rust-in-secure-enclaves products, including Baidu. Not huge yet, but if enclaves catch on, Rust will be in a lot of them.
-
Rust command-line programs are increasingly popular, and Debian stable already ships with a number of them. ripgrep is particularly notable, but people outside of the Rust community are also using fd-find, exa, and hexyl.
-
4% of Debian packages are written in Rust.
- (https://bioreports.net/debian-riscv64-port-status/, https://www.reddit.com/r/rust/comments/cap9ul/debian_10_released_contains_ripgrep_fdfind_exa/).
- https://www.debian.org/releases/buster/amd64/release-notes/ch-whats-new.en.html
- https://www.reddit.com/r/rust/comments/cap9ul/debian_10_released_contains_ripgrep_fdfind_exa/
- https://bioreports.net/debian-riscv64-port-status/
-
Ticketmaster uses Rust in their rewrite (what's the status?)
-
- my previous notes
-
jturner's notes
-
previous thread