A Rust View on Effective Modern C++

Recently I’ve been reading Effective Modern C++ by Scott Meyers. It’s a great book that contains tons of practical advice, as well as horro… Read more

Similar

A Stable Modular ABI for Rust

Proposing a stable modularizable ABI interface for Rust Based on the points from the discussion here. Introduction Rust is a powerful systems programming with strong memory guarantees. Rust allows for concise expression at a high-level, while still produ... (more…)

Read more »

Kernel Driver with Rust in 2022

A lot has changed since I wrote my first blog post on how to write kernel drivers with Rust. I learned more about the language and worked on more projects. The goal of this blog post is to keep you updated on the changes from the last 2 years.Kernel Loggi... (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 »