Rustc_codegen_cranelift is an alternative codegen backend for rustc based on Cranelift. It has the potential to improve compilation times in debug mode. In my experience the compile time improvemen... (more…)
Read more »
There are now 100 friends of Rust (Be sure to hover to learn about how each company uses Rust)... (more…)
Read more »
This video explains the rust module system. You'll find out 3 different way to define modules, how to use pub key word and how to import (use) items from mod... (more…)
Read more »
I’m a bit reluctant writing this, because it’s about a controversial and
sensitive topic. Yet, after two days of sleeping on it, I hope this’ll hopefully
not cause any more heated discussions and may help some mutual understanding. (more…)
Read more »
In the world of systems programming where one may find themselves writing hardware drivers or interacting directly with memory-mapped devices, that interaction is almost always through memory-mapped registers provided by the hardware. We typically interac... (more…)
Read more »