rfcs VS Rust-for-Linux

Compare rfcs vs Rust-for-Linux and see what are their differences.

Rust-for-Linux

Adding support for the Rust language to the Linux kernel. (by Rust-for-Linux)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rfcs Rust-for-Linux
700 86
6,495 4,365
0.7% 0.5%
9.2 0.0
8 days ago 4 days ago
Markdown C
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rfcs

Posts with mentions or reviews of rfcs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-02-12.
  • The limits of Rust, or why you should probably not follow Amazon and Cloudflare
    1 project | news.ycombinator.com | 13 May 2026
    Rust had that, but decided it wasn’t a good enough fit. Which was the motivation to keep exploring and land on the current async implementation which scales from embedded to servers with minimal overhead.

    History:

    * This RFC proposes to remove the runtime system that is currently part of the standard library, which currently allows the standard library to support both native and green threading.*

    https://github.com/rust-lang/rfcs/blob/master/text/0230-remo...

  • I Curated 106 Software Design Resources and Ranked What Actually Matters
    11 projects | dev.to | 12 Feb 2026
    I found 14 real-world ADR examples — from Kubernetes KEPs to Spotify's ADR practice to Rust RFCs. Reading how top engineering teams document decisions taught me more than any course.
  • Rust Errors Without Dependencies
    5 projects | news.ycombinator.com | 28 Dec 2025
    > It may just be a matter of perspective -- if you don't count rust pre 1.0, then yeah it "never" involved backtrace.

    Yes. I'm only counting what has been part of the stable API since Rust 1.0.

    I agree that following the stabilization path and future direction of a feature can be difficult.

    > Because if the only purpose was error chains, it could have been in core on the day of rust 1.0, as it is today. I think what actually happened is `fn backtrace(&self) -> Option` was removed shortly before 1.0, but there were some misgivings about that and some on the core team wanted to bring that back eventually. And that was the main reason that it could not move to core, because that would make it a breaking change to bring `fn backtrace` back. At least that's what I remember from PRs I followed at the time. (There may have been other reasons besides this though?)

    The only purpose is not chaining. Backtraces were definitely a desirable part of it! But we wanted to move `Error` to `core` and having backtraces be tightly coupled to `Error` would not allow that. As far as I remember, that was always the tension. To my memory, it wasn't until Jane wrote down the "generic member access" direction[1] for the `Error` trait that this tension was finally broken.

    [1]: https://github.com/rust-lang/rfcs/pull/2895

  • The end of the kernel Rust experiment
    18 projects | news.ycombinator.com | 9 Dec 2025
    It's being worked on! https://github.com/rust-lang/rfcs/pull/3470
  • AI won’t replace you, but bad AI habits will
    1 project | dev.to | 4 Nov 2025
    There’s a reason tools like GitHub RFC templates exist: structure matters. AI is great at scaffolding, but you need to provide the judgment and the trade-offs.
  • Zig Builds Are Getting Faster
    9 projects | news.ycombinator.com | 3 Oct 2025
  • Why Zig Feels More Practical Than Rust
    4 projects | news.ycombinator.com | 23 Sep 2025
    Yes of course, although, as I said in a sibling comment, it's a bit convoluted as an example. The fundamental problem is that the xor mutable and shared reference rule gets in your way when you access separate fields through &self and &mut self even if the borrows are non-overlapping.

    There has been discussion to solve this particular problem[0].

    0: https://github.com/rust-lang/rfcs/issues/1215

  • Rust Doesn’t Need a Garbage Collector — Here’s Why
    1 project | dev.to | 23 Sep 2025
    RFC 3201 – Async Drop – Talks about the idea of making Drop support async. Not in Rust yet, but might be in the future.
  • Rust in 2025: Targeting foundational software
    7 projects | news.ycombinator.com | 16 Aug 2025
  • Writing a Good Design Document
    2 projects | news.ycombinator.com | 4 Aug 2025

Rust-for-Linux

Posts with mentions or reviews of Rust-for-Linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-12-09.
  • The end of the kernel Rust experiment
    18 projects | news.ycombinator.com | 9 Dec 2025
  • Upcoming Rust language features for kernel development
    9 projects | news.ycombinator.com | 16 Oct 2025
  • Rewriting Rust
    23 projects | news.ycombinator.com | 25 Sep 2024
  • Committing to Rust in the Kernel
    3 projects | news.ycombinator.com | 24 Sep 2024
    You're welcome.

    > Any concerns of the same kind of thing?

    Here's the canonical list: https://github.com/Rust-for-Linux/linux/issues/2

    There's a lot, and I don't know the status of many of them, personally. But I don't see anything there that I know is not gonna work out, like for example, they aren't using specialization. Most of it feels like very nuts and bolts codegen options and similar things.

    That said, back in August, the Rust Project announced their goals for the second half of this year: https://blog.rust-lang.org/2024/08/12/Project-goals.html

    They say that they're committed to getting this stuff done, and in particular: https://rust-lang.github.io/rust-project-goals/2024h2/rfl_st...

    > Closing these issues gets us within striking distance of being able to build the RFL codebase on stable Rust.

    So, things sound good, in my mind.

  • Deploying Rust in Existing Firmware Codebases
    3 projects | news.ycombinator.com | 5 Sep 2024
    The goal of rust for linux isn't to wholesale translate linux into rust, but simply to be able to write pieces of linux (largely new ones) in rust. I think it's very unlikely anyone (including google) will take on a wholesale translation anytime soon. That said

    > It's unlikely that Google has much sway here

    Google has helped fund the rust for linux project pretty much from the start [1], they're one of three organizations mentioned on the homepage due to their sponorship [2]. They're actively involved in it, and have already ported their android "binder" driver into it with the intent to ship it in android. This strikes me as a very weird take.

    [1] https://www.memorysafety.org/blog/supporting-miguel-ojeda-ru...

    [2] https://rust-for-linux.com/

  • Rust for Linux
    1 project | news.ycombinator.com | 24 Jun 2024
  • The Linux Kernel Prepares for Rust 1.77 Upgrade
    9 projects | news.ycombinator.com | 18 Feb 2024
    Rust is backwards compatible when you stick to stable features, but the kernel uses unstable features that can and do incur breaking changes.

    https://github.com/Rust-for-Linux/linux/issues/2

  • Rust in Linux Kernel
    1 project | /r/ThePrimeagenReact | 8 Oct 2023
  • Mark Russinovich: “Working towards enabling Windows driver development in Rust”
    7 projects | news.ycombinator.com | 23 Sep 2023
    > How would this work?

    Don't know exactly what you're asking.

    > And why would it be a better idea?

    Poorly written device drivers are a significant attack vector. It's one of the reasons Linux is now exploring using Rust for its own device drivers.[0] You may be asking -- why Rust and not some other language? Rust has many of the performance and interoperability advantages of C and C++, but as noted, makes certain classes of memory safety issues impossible. Rust also has significant mindshare among systems programming communities.

    [0]: https://rust-for-linux.com

  • The Linux Kernel Module Programming Guide
    2 projects | news.ycombinator.com | 1 May 2023

What are some alternatives?

When comparing rfcs and Rust-for-Linux you can also consider the following projects:

rust-playground - The Rust Playground

jakt - The Jakt Programming Language

polonius - Defines the Rust borrow checker.

btleplug - Rust Cross-Platform Host-Side Bluetooth LE Access Library

rust - Empowering everyone to build reliable and efficient software.

rustig - A tool to detect code paths leading to Rust's panic handler

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Markdown is
the 36th most popular programming language
based on number of references?