@blyxyas@tech.lgbt Re: "Ok, what ACTUALLY uses Rust?":
1. VSCode/VSCodium bundles ripgrep for code search. (https://code.visualstudio.com/updates/v1_11#_text-search-improvements)
2. yt-dlp recommends deno for solving challenges (https://github.com/yt-dlp/yt-dlp/issues/15012)
3. You mentioned ty and ruff but missed uv.
4. The COSMIC DE being used on Pop!_OS as of 24.04 LTS is written in Rust on top of iced. (https://blog.system76.com/post/pop-os-letter-from-our-founder)
5. fclones, a duplicate file finder so concerned with speed that it does stuff like physical-layout-aware traversal. (https://github.com/pkolaczk/fclones)