Is there any other language that has something crucial that Rust hasn't? Minus libraries.

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

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

    Rust bindings to the Android NDK (by rust-mobile)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • gccrs

    GCC Front-End for Rust

    I’m not sure I understand what you mean. There are at least two active projects to enable compilation via GCC (gccrs & rustc_codegen_gcc). As I mentioned, there isn’t anything about the language itself that ties it to LLVM, nor precludes use of other compilers and/or supporting additional architectures.

  • rustc_codegen_gcc

    libgccjit AOT codegen for rustc

    I’m not sure I understand what you mean. There are at least two active projects to enable compilation via GCC (gccrs & rustc_codegen_gcc). As I mentioned, there isn’t anything about the language itself that ties it to LLVM, nor precludes use of other compilers and/or supporting additional architectures.

  • rustc_codegen_cranelift

    Cranelift based backend for rustc

    On the plus side, they're working on making this less of a pain with rustc_codegen_cranelift and efforts to make LLD the default linker.

  • apollo-framework

    Discontinued The Apollo framework is a toolkit for building stable and robust server software.

    I’ve implemented this for the Apollo Framework, in case anyone needs a working example: https://github.com/scireum/apollo-framework

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

  • Why am I writing a Rust compiler in C?

    4 projects | news.ycombinator.com | 25 Aug 2024
  • How hard would it be to port the Rust toolchain to a new non-POSIX OS written in Rust and get it to host its own development? What would that process entail?

    3 projects | /r/rust | 5 Jul 2023
  • GCC 13 and the State of Gccrs

    3 projects | news.ycombinator.com | 24 Apr 2023
  • Librsvg, Rust, and non-mainstream architectures

    5 projects | /r/rust | 26 Feb 2021
  • FreeBSD evaluating Rust's adoption into base system

    1 project | news.ycombinator.com | 21 Jan 2024

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?