5
Unsafe Rust: living up to its name
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
If this is a real headline then the author is either incompetent regarding code and the complexity of big projects or very competent in regards to marketing and making ragebait headlines. Either of the two.
It's not even about the size or complexity of the project - the code in question is wrapped in an
unsafe{}block, so no one should be expecting it to have the guarantees you'd normally get from rust. It's ragebait.