Best of RustDecember 2021

  1. 1
    Article
    Avatar of fettblogfettblog.eu·4y

    Getting started with Rust

    Learn Rust by using Exercism, an interactive platform that guides you through various Rust concepts through actual examples. There are a couple of introductory books that are floating around, aimed for different styles of learning. The Rust community and working groups publish online books on certain topics like the Rustonomicon for unsafe Rust.

  2. 2
    Article
    Avatar of hnHacker News·4y

    lapce/lapce: Lightning-fast and Powerful Code Editor written in Rust

    Lapce is written in pure Rust, with UI in Druid. It's using Xi-Editor's Rope Science for text editing, and using Wgpu for rendering. The code editor is lightning-fast and powerful, written in Rust. It has a built-in code editor that can edit any text in any language.

  3. 3
    Article
    Avatar of pointerPointer·4y

    Rust takes a major step forward as Linux's second official language

    Rust, the high-level system language, is moving closer to Linux. The next "patch series" will add support for Rust as a second language to the Linux kernel. The biggest change is that Rust code now relies on the stable Rust compiler rather than the beta compilers.

  4. 4
    Article
    Avatar of 8thlight8th Light·4y

    Video: How to Build Video Games With Rust

    Rust is one of Stack Overflow's most loved languages. Eric Smith makes the case for Rust as the first real improvement to a game developer's toolkit. He walks through some basic tools, including rendering, structuring code, and engines. And ultimately, he demonstrates Rust’s effectiveness with a new game of his own.