|
|
|
|
|
by dequan
885 days ago
|
|
The entire JIT, garbage collector and most of the C#'s VM are all implemented in C++. This has caused various issues in the past which are exploitable from managed code. The amount of unsafe code used to implement C# vastly outweighs the amount in Rust's standard library. |
|
Also plenty of crates are bindings to C and C++ libraries with nice unsafe blocks.
Then was that Axium drama.