Big improvements in Rust vs C/C++:
* The language has a single standard implementation
* There's a standard package manager and a method for publishing/retrieving/auditing dependencies
* The elimination of exceptions in favor of Option patterns that must be unwrapped