|
|
|
|
|
by dbdr
18 days ago
|
|
That's absolutely correct. Wild to see it downvoted without explanation, while you preemptively mentioned the tradeoff that you do need to worry about correctness in that case (just as much as in C/C++), but that only applies to a small part of your codebase, so it's still a huge benefit. The only downside is that unsafe rust is more verbose than C/C++. |
|