Next steps for Rust in the kernel

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

    Migrate C code to Rust

  • Semi-automatic conversion to unsafe Rust is possible right now, https://c2rust.com/. I haven't delved too deep, but I imagine that there are issues which might arise due to the subtle differences in the C and Rust memory models. And doing so would have limited benefits since unsafe Rust is no safer than C (and sometimes less safe).

  • Rust-for-Linux

    Adding support for the Rust language to the Linux kernel. (by Rust-for-Linux)

  • Check out https://github.com/Rust-for-Linux/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.

    InfluxDB logo
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

  • Best tools to convert code between languages?

    1 project | /r/learnprogramming | 11 Apr 2023
  • Translate C code to Rust working with libc

    1 project | /r/rust | 3 Apr 2023
  • Rewrite in Rust or Use Rust-bindings

    1 project | /r/rust | 21 Mar 2023
  • Red Black Tree in Rust

    4 projects | /r/rust | 4 Jan 2023
  • In Rust We Trust – A Transpiler from Unsafe C to Safer Rust

    1 project | /r/programmingcirclejerk | 5 Dec 2022