/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.yoshuawuyts.com
| | boats.gitlab.io
11.5 parsecs away

Travel
| | This is just a post about something that grinds my gears a bit more than it reasonably should: I think the habit of applying for CVEs for Rust (and Rust ecosystem libraries) is silly at best and harmful at worst. I think it muddies the waters about what a vulnerability is, and paints an overly negative picture of Rust's security situation that can only lead people to make inaccurate evaluations when contrasting it with other languages like C/C++.
| | async.rs
19.1 parsecs away

Travel
| |
| | smallcultfollowing.com
13.6 parsecs away

Travel
| |
| | theincredibleholk.org
33.6 parsecs away

Travel
| One of the major goals for the Rust Async Working Group is to allow async fn everywhere fn is allowed, especially in traits. In this post, I'd like to distill s...