• autokludge
    link
    fedilink
    English
    arrow-up
    24
    ·
    10 months ago

    first useful thing built using Rust

    wording is pretty funny here taken out of context.

      • anlumo@feddit.de
        link
        fedilink
        English
        arrow-up
        8
        ·
        10 months ago

        The Linux devs are hesitant to use Rust, because it doesn’t compile to all platforms Linux supports. So, it can only be used for drivers that are only useful on specific platforms that are supported by the compiler, which meant that until now it only was experimental ones like the graphics driver for Apple Silicon Macs.

        • RustyNova@lemmy.world
          cake
          link
          fedilink
          arrow-up
          3
          ·
          10 months ago

          So it’s the first useful thing built in rust for the Linux kernel?

          And the out of context is “First useful thing built in rust (period)”?

  • dinckel@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    10 months ago

    Kind of deceptive wording. A considerable amount of code, that went into making the Apple M1 through M3 hardware work on Linux, is written in Rust, namely the graphical stack

  • tbk@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    Building a network driver is an excellent use case for the language.