It is possible to add support for a new OS to the Rust compiler's stable channel without rebuilding everything, enabling libstd support for entirely new operating systems. (more…)
Read more »
Blazing π₯ fast terminal-ui for git written in rust π¦ - extrawurst/gitui... (more…)
Read more »
This is chapter 6 of a multi-part series on writing a RISC-V OS in Rust. (more…)
Read more »
Having a CI system is very convenient to ensure that your project contains no
bugs. But running tests locally before pushing is also a great solution. By
running tests before every commit, we ensure that each of them is working
independently (as they shou... (more…)
Read more »
Calling hell from heaven and heaven from hell is a classic paper from
the previous century, introducing the Haskell foreign function interface (FFI).
It describes the facilities that Haskell offers for calling functions written
in C (and vice versa). In t... (more…)
Read more »