We have exactly one service written in Rust, our multiplayer server. This server needs to hold documents in-memory that can get quite large, and Rust's memory management + concurrency capabilities were well suited for the problem. It's explained here: https://www.figma.com/blog/rust-in-production-at-figma/