libbpf-rs provides safe Rust bindings to libbpf as well as a cargo plugin to help you develop “Compile Once - Run Everywhere” eBPF applications. Use libbpf-rs over BCC to produce smaller, more efficient, and more predictable applications. (more…)
Read more »
Co-authored-by: Sean DuBois sean@siobud.com
Co-authored-by: DDRBoxman colin@recursivepenguin.com
First and foremost, thanks to the original author of the draft PR for webrtc Collin Edwards (DDRBoxm... (more…)
Read more »
Over the past several weeks I have been attempting to reimplementthe API of an existing python library as a wrapper for an equivalent library inRust. (more…)
Read more »
The journey of a software craftsman. By Sylvain Kerkour, creator of Bloom and author of Black Hat Rust. (more…)
Read more »
I have done something very foolish. I've started building a new web browser. From scratch. Not a new wrapper around Chromium or WebKit or Gecko. No, an actual new browser. Why have I done such a thing?! (more…)
Read more »