» Tag
rust
200 postsUvr: A uv-Style Package Manager for R, Written in Rust
Uvr is a Rust-built, uv-inspired package and project manager for R with fast P3M binary installs, lockfiles, and built-in R version management.
Six Months With Tauri: What You Gain and What It Costs
An engineer's six-month report on shipping a Tauri desktop app: Rust backend benefits, IPC security, and the real cost of three webview engines.
Rust Wayland App Renders Games and Video Through a 3D CRT Tube
An open-source Rust/Wayland app captures screens and libretro cores, rendering them through a 3D CRT model and exporting to video via ffmpeg.
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.compixtuoid: AI coding agents get a pixel-art office in your terminal
pixtuoid renders AI coding agents like Claude Code and Codex CLI as animated pixel-art characters in a live terminal office dashboard.
Brookmd: a Rust-powered streaming Markdown renderer for every platform
Brookmd is an open-source Rust core for streaming Markdown rendering across web, React Native, Swift, and Kotlin with a shared JSON wire format.
Why Not Rust? A Balanced Look at Its Real Trade-offs
A veteran engineer's balanced critique of Rust covering complexity, slow compiles, immature tooling, and C/C++ integration friction.
Monocoque: A Pure-Rust ZMTP 3.1 (ZeroMQ) Messaging Library
Monocoque is a pure-Rust ZMTP 3.1 ZeroMQ library with io_uring, tokio, and smol backends, beating libzmq on throughput and latency in benchmarks.
Rust Is a Harness: Why AI Coding Agents Favor Strict Languages
As AI coding agents write more software, Rust's strict compiler and type system turn verification into a competitive advantage over ergonomics.
monocoque 0.3.0: pure-Rust ZeroMQ over io_uring, tokio, smol
monocoque 0.3.0 brings pure-Rust ZeroMQ (ZMTP 3.1) with a compio 0.19/io_uring upgrade, SO_REUSEPORT, zero-alloc hot path, and CI-enforced performance and security guarantees.
From Single Agent to Orchestration: When Multi-Agent Systems Pay Off
When to move from a single LLM agent to multi-agent orchestration, the production patterns that matter, and a Rust coordinator/worker example.