Why is stuff written in rust always promoted as "written in rust" like its some magic thing?
replies(15):
However, this repo seems like it uses quite a bit of unsafe, by their own admission.
Personally I find rust projects very inviting. Figuring out the amount of unsafe code is easy with grep/rg (to a certain degree), the project structure is pretty standardized, etc. All of this makes even a complex project relatively easy to start with. At the same time, the language is pretty usual (C-like and readable). I understand people like it, and writing "written in rust" is a good call for those people, I guess.
"Written in JS" would communicate something else than "written in D" or "written in C++". It communicates a lot of things implicitly.
> Compacting garbage collector, written in very unsafe Rust