Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
I built notionless, a small Rust daemon that mirrors a Notion database into Paperless-ngx (a self-hosted document archive) as Markdown, so notes end up in the same full-text-searchable place as everything else you own. cargo build, cargo te...
dev.to Rust Walkthroughs 2026-07-22 ~3 min read
Cargo tells you once_cell 1.19.0 → 1.20.2. It doesn't tell you whether the new version started opening a socket. A dependency bump is a trust decision, and the lockfile diff gives you almost nothing to make it with. I kept chewing on this a...
dev.to Project/Tooling Updates 2026-07-22 ~4 min read
nabsei Posted on Jul 22 • Edited on Jul 24 Core Problem Build tools operate in isolated silos with their own profiling systems. Cargo's --timings and Ninja's logs each show their own performance, but neither reveals the gaps between tools,...
dev.to Project/Tooling Updates 2026-07-22 ~1 min read
I build a security gateway for LLM traffic. It sits in front of the model as a transparent OpenAI-compatible proxy — one env var, OPENAI_BASE_URL — and scans every request (and response) for leaked secrets, PII, jailbreaks, prompt injection...
dev.to Observations/Thoughts 2026-07-15 ~11 min read
[0.5.0-rc1] - 2026-07-6 Added CI/CD Mode: Full programmatic integration layer with JSON/CSV export, differential leak detection (--diff-only), configurable sampling, and growth rate monitoring. Enhanced TUI: keyboard-driven process selectio...
dev.to Project/Tooling Updates 2026-07-08 ~3 min read
The Why Before diving into the design of m-vis, let's first get into why. The spark for this project came while I was building a 3D interactive model viewer in C++ using OpenGL. As the complexity of the renderer grew, so did a notoriously f...
dev.to Observations/Thoughts 2026-07-01 ~4 min read
I've spent the last several months building ANIMUS, an autonomous system in Rust that gives a local LLM persistent memory. The idea is simple: a knowledge graph that grows on its own, cycle after cycle, as the system reads documents, detect...
dev.to Observations/Thoughts 2026-07-01 ~2 min read
Hi dev.to 👋 I'm building gmacFTP - a dual-pane FTP/FTPS/SFTP client for macOS, written entirely in Rust. The UI runs on Slint with a GPU-accelerated FemtoVG renderer on top of wgpu/Metal. No Electron. No Tauri. No webview. Just a real nativ...
dev.to Project/Tooling Updates 2026-07-01 ~3 min read
We built Flowcat, an Apache-2.0 native-Rust runtime for real-time voice AI agents (phone + WebRTC), as a clean-room counterpart to the architecture of pipecat (Python). This post is about the Rust-specific design decisions that let one proc...
dev.to Project/Tooling Updates 2026-07-01 ~3 min read
I maintain Qeli, a self-hosted VPN whose core and server are written in Rust. For the 0.7.x line I added a hybrid post-quantum key exchange to the inner handshake, and wired the same primitive into the non-Rust clients. Here is how it is bu...
dev.to Project/Tooling Updates 2026-06-24 ~2 min read
This started as a rage-quit from config files. I was hacking on a hobby project — a SOCKS5 proxy rotator — and every time I needed to tweak launch configs, I'd lose time fighting the format itself instead of the actual problem. After years...
dev.to Project/Tooling Updates 2026-06-17 ~9 min read
By Mathéo Delbarre, 2nd year CS student at EPITECH Nancy, France TL;DR Problem: district health clinics in Bhutan need to sync patient data to a central hospital hub over 2G connections that drop constantly, with nodes that lose power mid-t...
dev.to Project/Tooling Updates 2026-06-17 ~16 min read
Cross-post from: https://github.com/brevity1swos/rgx I built rgx, a terminal regex debugger written in Rust. The v0.12.3 release is out today. Here's what's in it and why I built it the way I did. The problem I write regex-heavy code in ter...
dev.to Project/Tooling Updates 2026-05-27 ~4 min read
You take a screenshot. You mean to paste it somewhere. You get distracted. The next copy overwrites your clipboard, and the screenshot is gone forever. That kept happening to me — especially on Linux, where there's no built-in "screenshot →...
dev.to Project/Tooling Updates 2026-05-06 ~2 min read
Omar Posted on Apr 13 • Edited on Apr 16 I have a habit. Every time I sit down to code I end up googling the same thing, how to center a div, the Rust test module boilerplate, docker run flags, ffmpeg commands. Every. Single. Time. So I bui...
dev.to Project/Tooling Updates 2026-04-15 ~2 min read
Every Fedora user has been there. You're setting up nginx, or configuring a custom app, or mounting a Docker volume — and suddenly everything stops working. You check the logs and you find something like this: type=AVC msg=audit(1612345678....
dev.to Project/Tooling Updates 2026-04-08 ~5 min read
I train self-supervised models on chess game data. My Python pipeline using python-chess took 25 minutes to parse and tokenize 1M games from Lichess PGN dumps. I rewrote it in Rust. It now takes 15 seconds. This post covers the architecture...
dev.to Project/Tooling Updates 2026-04-08 ~4 min read
tldr ; githoob/slopc So. Recently, I watched "No Boilerplate"'s video on rust's macros and gave those a try after years of ignoring it: thinking it wouldn't help my productivity that much. nah uh ! felt like discovering your car has heated...
dev.to Project/Tooling Updates 2026-04-08 ~1 min read
diesel-guard is a linter for Postgres migrations. It catches operations that lock tables or cause downtime before they reach production. It ships with 28 built-in checks, but over time, users started asking for custom checks: "Our DBA requi...
dev.to Rust Walkthroughs 2026-04-01 ~7 min read
I needed a fast OpenAI client for a realtime voice agent project. The official Python SDK is great, but I needed Rust for WebSocket audio streaming, edge deployment, and sub-second latency in agentic loops. So I ported it. 500+ commits, 5 d...
dev.to Observations/Thoughts 2026-04-01 ~9 min read
"It should be noted that the authentic Rust learning experience involves writing code, having the compiler scream at you, and trying to figure out what..."
— From @Gankro's [Learning Rust With Entirely Too Many Linked

Search tips

Type anything to search across articles, videos (including conference talks), podcasts, and research. These operators give you finer control — click an example to try it.

Find pages containing all your words. Pages where the words appear together rank higher.
Quote part of your query to keep those words together as an exact phrase within a larger search.
Wrap the whole query in quotes for a verbatim search that matches text exactly, punctuation and all — perfect for Rust syntax. Needs at least 3 characters.
Limit results to a single site. Works on its own () too. One site: per search.

Use the tabs and filters above the results to narrow by content type, publication year, and sort order.