Hacker News new | ask | show | jobs
by pjmlp 1644 days ago
There is always unsafe at some level on the standard library.

The point is that it doesn't protect the user of a crate that only exposes a fully safe API, unless they do digging to validate overall architecture safety.