Hacker News new | ask | show | jobs
by jesse__ 1455 days ago
Then why would I use rust in the first place?
1 comments

So that you can write "primitives" such as a queue in unsafe, and assuming it is correct, it is not possible to introduce bugs from other code.

Also, things like queues tend to be implemented in either the stdlib or a very popular library. So they are very well tested and likely to be widely reviewed.