Y
Hacker News
new
|
ask
|
show
|
jobs
by
bluecalm
10 hours ago
The point is not that those specific implementations use unsafe Rust but to illustrate that to write even basic data structures you need unsafe Rust.
1 comments
afdbcreid
8 hours ago
That's just false. You can use `Arc` or even one of the safe GC crates available, and get semantics like Java with no `unsafe`.
link