Tracers – Rust Instrumentation Library (SystemTab, DTrace, ETW)

Ergonomic Rust bindings for instrumenting Rust apps with high performance probes using SystemTap, DTrace, etc – anelson/tracers… Read more

Similar

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 »

The Problem of Effects in Rust

In a previous post, I shortly discussed the concept of “effects” and the parallels between them. In an unrelated post since then, Yosh Wuyts writes about the problem of trying to write fallible code inside of an iterator adapter that doesn’t support it. I... (more…)

Read more »