But, hummm… Some people do use Rust for software where other languages are a better fit. But usually not in public. You see a lot of libraries helping people to use Rust in GUIs or web applications, but all the Rust rewrites people talk about are for stuff better done in Rust.
1:1 rewrites of ironed-out tools introduce bugs first. Not a fan of it. Better do a re-implementation of the original tools’ idea. For example, i quite like fd.
All the other options are worse.
But, hummm… Some people do use Rust for software where other languages are a better fit. But usually not in public. You see a lot of libraries helping people to use Rust in GUIs or web applications, but all the Rust rewrites people talk about are for stuff better done in Rust.
1:1 rewrites of ironed-out tools introduce bugs first. Not a fan of it. Better do a re-implementation of the original tools’ idea. For example, i quite like
fd.