What are the unique benefits of Rust over C++?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
  • SonarLint - Clean code begins in your IDE with SonarLint
  • crates.io

    The Rust package registry

    You can also configure where the dependency is pulled from. By default, it gets pulled from crates.io central registry. You can also pull specific commit from specific repository, or even from local folder.

  • rust

    Empowering everyone to build reliable and efficient software.

    The standard library std::sync::Mutex and friends have leapfrogged parking_lot (a port of WebKit's parking lot) using a mix of vendoring it and providing patches or platform-specific alternatives.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

    If you want to try it and not jump into a project right away, take a look at rustlings, which are small step-by-step exercises to the main features of the language.

  • nodeenv

    Virtual environment for Node.js & integrator with virtualenv

    This must be something new, because I had to install nodeenv to manage NPM dependencies in a project-specific way: https://github.com/ekalinin/nodeenv

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts