» Tag
rust
200 postsOpenRaft: An async Rust Raft crate with key protocol improvements
OpenRaft brings generalized membership changes, low-conflict elections, and high-throughput batching to async Rust Raft consensus.
chrome-agent: a Rust-built browser automation CLI for LLM agents
chrome-agent is a lightweight Rust CLI that gives LLM agents a token-efficient, stable-ID browser automation interface via CDP, cutting context by ~66%.
APSS: Encode Repeatable Agent Tasks as Deterministic Code
APSS replaces repeated LLM inference with deterministic Rust standards for coding agents, cutting compute cost while keeping checks reproducible.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comCET-Compliant Callstack Spoofing in Rust Using Thread Pool & Enum Trampolining
CET-compliant callstack spoofing in Rust using thread pool and enum trampolining.
PFL Reimagines OpenBSD's pf Firewall as a Linux eBPF/XDP Dataplane
pfSense's creator built PFL, porting OpenBSD's pf firewall language onto Linux XDP. Here's how stateful filtering and NAT survive the eBPF verifier's strict constraints.
AVTensor: A Rust Media Decoder Built for Training Pipelines
Runway's open-source Rust library AVTensor decodes audio and video in one pass, eliminating silent sync bugs in training data and boosting MFU by 1.8 points.
Satd: A Guided Code Tour of a Rust-Based Bitcoin Core Compatible Node
A guided tour of satd, a Rust-based full Bitcoin node compatible with Bitcoin Core, covering its architecture and storage design.
Rust's 2026 Goal: Derive-Free Compile-Time Reflection via Const fn
Rust Project's 2026 goals detail a const fn-based compile-time reflection system enabling derive-free serialization and introspection.
Why removing an optimization made GitHub's case-folding 15x faster
How GitHub's Blackbird sped up ASCII case-folding 15x by removing an early-exit branch, unlocking full compiler vectorization for memory-speed throughput.
Web Developer Setup 2026: Zed, the Editor Atom Wanted to Be
Zed 1.0 review: setup, config and AI architecture for the Rust-based, GPU-rendered open source editor built by Atom's creator.