Developer Stories
The Rust Community is More Exciting!
The community now offers intuitive spaces that covers the use of Rust in industries. Our upcoming community space will interview Julius and community member Lachezar on the use of Rust in embedded systems.
In the past, we've hosted Marco Lent, an infrastructure engineer at the Rust foundation on a workshop that emphasises security.
Articles
GSoC 2024 - Register Allocator
This article by Demilade Sonuga explores his GSoC (Google Summer of Code) entry which speeds up Cranelift's code generation process by creating a faster register allocator.
Demilade has a series of blog posts that shows how to design and correctly implement a register allocation algorithm within the regalloc2
crate as an option for fast debug compilation.