This is the patch series to add support for Rust as a second language to the Linux kernel.

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

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

    libgccjit AOT codegen for rustc (by antoyo)

  • Rather than mrustc you should probably look at rustc_codegen_gcc which uses gcc as a backend to rustc (WIP) or GCC Rust which tries to implement a rust frontend for gcc (also WIP). I think rustc_codegen_gcc looks the most promising at the moment

  • gccrs

    GCC Front-End for Rust

  • Rather than mrustc you should probably look at rustc_codegen_gcc which uses gcc as a backend to rustc (WIP) or GCC Rust which tries to implement a rust frontend for gcc (also WIP). I think rustc_codegen_gcc looks the most promising at the moment

  • 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
  • async-on-embedded

  • And worth noting that the core library itself isn’t that bare-bones either, you still get Result, Option, Iterator and all the good stuff with it, you get some operations on strings (but only those that do not resize), and if you provide some non-allocating async runtime, you can get async-await too (see this – it uses static memory and naive bump allocator underneath).

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

  • A brave new world: building glibc with LLVM

    2 projects | /r/linux | 17 Jan 2023
  • Asahi Lina on her experience writing the M1 GPU driver for Linux in Rust

    4 projects | /r/programming | 5 Oct 2022
  • GCC Rust Monthly Report #9 August 2021

    4 projects | news.ycombinator.com | 31 Aug 2021
  • Recursive fib is faster in C++?

    3 projects | /r/rust | 30 Jul 2021
  • Anyone used the gcc backend before?

    3 projects | /r/rust | 27 Jul 2021