What are some examples for cpp project rewritten in rust?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CircleMUD

    Unofficial mirror of the CircleMUD engine. (by medwards)

    And because of the nice FFI support in Rust, you can often do such a rewrite iteratively. I've done this professionally and also in https://github.com/medwards/circlemud for a practical example of replacing an old c game communication code /w Rust, leaving all the game logic alone).

  • coreutils

    Cross-platform Rust rewrite of the GNU coreutils

    Not C++ but C: https://github.com/uutils/coreutils

  • 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.

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