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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • 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