> It was never Nikolay's job to vet actix-web for you
Perhaps, but if he claimed that it _was_ vetted, then he took on some responsibility for it (which he probably should not have).
Also, the blog post article claims, that you are never supposed to use "unsafe" code without having vetted it. Honestly, I doubt that very much, but if it's true than that's some responsibility taken too.
If a fundamental plank in rust's safety platform involves "apply the honor system to random people on the internet who swear they've vetted something", then that's a problem.
That’s not true, the convention is to annotate unsafe blocks with a comment explaining why the code is in fact safe. There are even projects that automate looking for these
Perhaps, but if he claimed that it _was_ vetted, then he took on some responsibility for it (which he probably should not have).
Also, the blog post article claims, that you are never supposed to use "unsafe" code without having vetted it. Honestly, I doubt that very much, but if it's true than that's some responsibility taken too.