Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
As part of my work at Anthropic, I open sourced two Rust crates that fill a gap in the RPC ecosystem: buffa, a pure-Rust Protocol Buffers implementation with first-class editions support and zero-copy message views, and connect-rust, a Towe...
dev.to Project/Tooling Updates 2026-03-25 ~13 min read
My daily laptop has 8GB of RAM. Not a lot by modern standards, but enough — until I open DBeaver. DBeaver at idle: ~400MB. Add a browser, a terminal, maybe a local Docker container running Postgres, and half my RAM is gone before I've writt...
dev.to Project/Tooling Updates 2026-03-25 ~2 min read
I wanted to participate in the current AI era, but not just as a user of tools. I wanted to build something. And I thought — what better way to see how Rust as a language can evolve in this space than to build a library for it? That's how m...
dev.to Project/Tooling Updates 2026-03-11 ~5 min read
It started with a freelance project. I was writing a backend service in Rust and needed to validate international phone numbers. Like any Rust developer, I headed to crates.io and pulled the most popular library for the job. Then, I opened...
dev.to Project/Tooling Updates 2026-03-11 ~7 min read
Smart contracts have long been the primary method for developing applications in Web3. However, the underlying technology hasn't changed much over the years. The EVM (Ethereum Virtual Machine) has long been the default option for smart cont...
dev.to Rust Walkthroughs 2026-02-18 ~11 min read
Rust for Network Programming: Building Robust and Blazing-Fast Network Apps Ever felt like your network applications are a bit… sluggish? Or perhaps you’ve wrestled with the terrifying world of memory safety bugs that seem to creep out of n...
dev.to Observations/Thoughts 2026-02-04 ~9 min read
This article is heavily inspired by an excellent Easy guide to JSON input validation in Rust web services article. It shows how to build a RESTful service using Warp and it's been very helpful. This article will explain how to automate requ...
dev.to Rust Walkthroughs 2021-01-27 ~4 min read
The original version of this post can be found on my developer blog at https://seanchen1991.github.io/posts/lru-cache/. Note: This post assumes familiarity with traits in Rust. If you aren’t familiar with them, I’d recommend reading more ab...
dev.to Rust Walkthroughs 2021-01-27 ~24 min read
This article is an experiment with Rust with its subsequent compilation in WASM. It was interesting to try these technologies on something more difficult than calculating factorial, so the choice fell on the well-known 2048 game. Game The o...
dev.to Rust Walkthroughs 2021-01-27 ~6 min read
Continuing my journey with Rust, I recently completed a suggested exercise from "The Book": Using a hash map and vectors, create a text interface to allow a user to add employee names to a department in a company. For example, “Add Sally to...
dev.to Observations/Thoughts 2021-01-27 ~13 min read
Are you learning Rust and looking for ways to get some hands-on practice with concrete examples? A good approach might be to try and integrate Rust with external systems. Why not try to use it with Redis? It is a powerful, versatile databas...
dev.to Rust Walkthroughs 2021-01-20 ~8 min read
Cover image created by me using Ferris the Crab, the Rust logo, and the FastAPI logo. After investigating a few more options, I've finally decided on a framework to use. Here's how I got there, step by step. rweb As planned, I started with...
dev.to Rust Walkthroughs 2021-01-20 ~7 min read
In this tutorial, I will be teaching you how to fetch a Web API asynchronously in Rust. This tutorial is for developers who know the basics of Rust, have Rust installed, and want to learn about asynchronous programming in Rust. If you don't...
dev.to Rust Walkthroughs 2021-01-20 ~5 min read
[Photo by Kelly Sikkema on Unsplash, modified (cropped)] This article follows up on a discussion. Please share your experience there, I'd gladly hear about it! Introduction Some months ago I was surveying a little the state of GUI in Rust....
dev.to Rust Walkthroughs 2021-01-20 ~40 min read
It was great fun solving last year's Advent of Code using Rust. The problems were all approachable and got me thinking about new algorithms to solve them. A small part of the resulting code ended up in a "utils" crate to be accessible from...
dev.to Observations/Thoughts 2021-01-20 ~4 min read
💎 DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Google AI is the official AI Model and Platform Partner of DEV Neon is the official database partner of DEV Algolia is the official search partner of...
dev.to Rust Walkthroughs 2021-01-06 ~1 min read
I suppose the majority of beginner programmers aspire to create something amazing and popular, and perhaps, become famous and wealthy at some point. However, when they begin, the "black screen" of a terminal doesn't seem like the next Faceb...
dev.to Rust Walkthroughs 2021-01-06 ~6 min read
A blog post titled, "Diving into Go by Building a CLI Application" has been making it's rounds of the internet. It uses a small XKCD downloader as the subject. I thought was small and self contained enough, that it'd be interesting to see t...
dev.to Rust Walkthroughs 2021-01-06 ~17 min read
In this article, I would like to share some of my thoughts about a problem I encountered, my process of solving it, and possibly start a discussion about the validity of the proposed approach. I certainly would like to hear any comments and...
dev.to Observations/Thoughts 2021-01-06 ~7 min read
Scott Posted on Jan 7, 2021 • Edited on Jan 8, 2021 Hello! I am learning Yew for writing SPA's in Rust! I found some of the concepts difficult to understand at first and decided to take notes (simplifying the concepts for my stupid brain).....
dev.to Observations/Thoughts 2021-01-06 ~3 min read
""I'll never!" "No, never is in the 2024 Edition." "But never can't be this year, it's never!" "Well we're trying to make it happen now!" "But never is..."

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.