Experienced C++ users: what do you like about Rust? How would you sell it to other C++ users?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cargo-binstall

    Binary installation for rust projects

  • I have to manually split cargo-binstall into multiple crates using workspace to improve compilation time, but even so the single core performance still dominates the total compilation time.

  • Protobuf

    Protocol Buffers - Google's data interchange format

  • Dependencies are libraries which are shared between dependencies. For an example - when compiling protobuf - there is a third_party directory which includes external dependencies (https://github.com/protocolbuffers/protobuf/tree/main/third_party). Reusing those dependencies in my code can be a pain, especially if a I need to use a slightly different version and the projects are embedded by source.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rfcs

    RFCs for changes to Rust

  • There are discussions and efforts in that sphere, like the Ferrocene Language Specification, and Mara Bos's Do we need a "Rust Standard"? and RFC: Start working on a Rust specification, but it's also important to recognize that:

  • crater

    Run experiments across parts of the Rust ecosystem! (by rust-lang)

  • https://github.com/rust-lang/crater is the bot they use to test proposed compiler/stdlib changes against slices of the crates.io library up to and including "all of it".

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

  • Roll your own auth with Rust and Protobuf

    5 projects | dev.to | 28 Oct 2023
  • Hey Rustaceans! Got a question? Ask here! (49/2022)!

    11 projects | /r/rust | 5 Dec 2022
  • Rust vs Go

    9 projects | /r/rust | 19 Oct 2022
  • Best way to communicate between Rust and Go?

    4 projects | /r/golang | 18 Mar 2022
  • construct-js: A library for creating byte level data structures

    3 projects | /r/javascript | 28 Sep 2021