Calling a private Rust function from outside of its module

Calling a private Rust function from outside of its module Private functions should be, well, private. Let’s learn how to break that! Understanding what’s happening will provide you insight into how… Read more

Similar

Rust Tokio Podcast Interview

In this podcast episode of Security Headlines: Carl Lerche, Rust developer and maintainer of the popular Rust programming library Tokio joins us. He walks us through what Rust and Tokio is, how companies are building their stacks with Rust. This and a lot... (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 After the Honeymoon

Two years ago, I had a blog entry describing falling in love with Rust. Of course, a relationship with a technology is like any other relationship: as novelty and infatuation wears off, it can get on a longer term (and often more realistic and subdued) ... (more…)

Read more »