Android Drivers in Rust

The Linux Plumbers Conference
(LPC) is a developer conference for the open source community. The LPC
brings together the top developers working on the plumbing of Linux –
kernel subsystems, core libraries, windowing systems, etc. – and giv… Read more

Similar

Rust Programs Written in Rust

mustang is a system for writing Rust programs entirely in Rust, meaning they don't use libc, crt1.o, or any C code. It's experimental, but it's complete enough to run a std-using Hello World and other simple programs on Linux on x86-64, x86, and aarch64. (more…)

Read more »

Rust makes cross compilation child’s play

Why do I care about this Recently I solved this delta issue, where the maintainer asked to switch from Travis CI to GitHub actions. These are all the pull requests I’ve done if you want to have a look at this journey: #399, #400, #409, #411, #413, #417 an... (more…)

Read more »

Next Rust Compiler

In Rust in 2023, @nrc floated an idea of a Rust compiler rewrite. As my hobby is writing Rust compiler frontends (1, 2), I have some (but not very many) thoughts here! The post consists of two parts, covering organizational and technical aspects. (more…)

Read more »