Rust doesn’t have any special feature that makes it fast and different from C and/or C++. It is much safer than C++ because of protection mechanisms it follows which, in principle, are also doable in C++ (using std::unique_ptr and std::shared_ptr ).
Read moreCan C++ be as safe as Rust?
Rust doesn’t have any special feature that makes it fast and different from C and/or C++. It is much safer than C++ because of protection mechanisms it follows which, in principle, are also doable in C++ (using std::unique_ptr and std::shared_ptr ).
Read moreIs Rust built on C++?
If you’re asking whether Rust compiler was written in C/C++, NO . The early Rust compiler is written in OCaml, and rewritten in Rust itself latter.
Read moreIs Rust built on C++?
If you’re asking whether Rust compiler was written in C/C++, NO . The early Rust compiler is written in OCaml, and rewritten in Rust itself latter.
Read more