• autokludge
    link
    fedilink
    English
    arrow-up
    24
    ·
    1 year 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
        ·
        1 year 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.

  • dinckel@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    1 year 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
    ·
    1 year ago

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