Hacker News new | ask | show | jobs
Smoke-Testing Rust HTTP Clients (medium.com)
3 points by funnygrass 2351 days ago
1 comments

That's really interesting!

I wasn't aware that so many libraries invisibly pull other libraries that heavily utilise `unsafe` blocks.

I wish people started prioritising reliability over speed.