Replies: 1 comment
-
I am not @sharkdp, but here's my two cents:
I would say that Rust's "fearless concurrency" is the main benefit. By running in parallel,
There are occasional security-relevant issues in the design and operation of The situation is similar for robustness. We have some relevant issues like #288, #1186, which are also handled case-by-case. We do add regression tests for things like this when feasible. I don't think we use any automated tools or methods for this either. It might be interesting to try fuzzing, but that would be harder for |
Beta Was this translation helpful? Give feedback.
-
Hello, I have recently been investigating some projects to rewrite CLI tools in rust, looking for specific advantages of rust compared to c. Here are a few questions for you:
Beta Was this translation helpful? Give feedback.
All reactions