|
|
|
|
|
by bryanlarsen
3141 days ago
|
|
"whole thing is just impossible?" Some stuff is impossible without using 'unsafe', although less than you'd think at first glance. At first glance you'd think "If you have to use unsafe, why bother using rust?" But it's actually awesome. If 0.01% of your code is marked unsafe, that gives you the bandwidth to audit that part of the code very closely. |
|