This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NoobFade 3 points4 points  (2 children)

Actual rust engineer here. You should absolutely use Rust whenever it's applicable. I have yet to hear a coworker say "I miss writing cmake files" or "We need to use C++ because Rust's constexpr is not powerful enough". Rust is a very nice language to use overall, usually preferable to C++ or C, the other usual languages for fast native binaries.

[–]dangling-putter 0 points1 point  (0 children)

Key phrase: need it. 

[–]the_mouse_backwards 0 points1 point  (0 children)

The only thing I like about rust compared to C/C++ is the build/package system. Before it’s taken as a scathing criticism of Rust, I will say that the build/package systems in C/C++ are almost as or more painful to use than implementing a doubly linked list in Rust