Writing BPF Code in Rust

We look at BPF, the new Linux technology that allows running user supplied programs in the kernel, and how Red Sift uses RedBPF to power InGRAINd. Read more

Similar

This Week in Rust 196

Hello and welcome to another issue of This Week in Rust! Rust is a systems language pursuing the trifecta: safety, concurrency, and speed. This is a weekly summary of its progress and community. Want something mentioned? Tweet us at @ThisWeekInRust or sen... (more…)

Read more »

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 »