|
|
|
|
|
by leshow
2276 days ago
|
|
You obviously don't understand, unsafe isn't always optional. You literally can't do some things without it. If you tried to build a Vec from scratch without unsafe for example (or using code that uses unsafe) you would fail. Data structures are a perfect place for judicious use of unsafe. |
|