Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
In today’s article, I’ll describe how to create a GraphQL backend using Rust and its ecosystem. The article provides examples of an implementation of the most common tasks that can be encountered while creating GraphQL API. Finally, three m...
dev.to Rust Walkthroughs 2020-12-30 ~20 min read
Originally published at deepu.tech. This is a multi-part series where I'll be talking about concurrency in modern programming languages and will be building and benchmarking a concurrent web server, inspired by the example from the Rust boo...
dev.to Rust Walkthroughs 2020-12-30 ~13 min read
[Photo by Terence Burke on Unsplash, modified (cropped)] In the alternative tutorial 04 we discovered that our tests were not enough, and we left with the promise to take care of that. Here we are, honoring that promise. Of course, we will...
dev.to Rust Walkthroughs 2020-12-23 ~12 min read
Needless of a lengthy introduction, Rust is a systems-level programming language that puts "performance", "reliability", and "productivity" at the forefront of its core values. Namely, its most notable language features include memory safet...
dev.to Observations/Thoughts 2020-12-23 ~11 min read
A little about my crypto journey. Back in early 2011, were having lectures about Bitcoin in our hackerspace Progressbar. Since then, I've gotten more interested in Bitcoin and more broadly blockchain tech. Later on, I followed the developme...
dev.to Rust Walkthroughs 2020-12-16 ~7 min read
Originally posted on creativcoder.dev The other day, I was reading about LSM Tree based database storage engines (specifically, the LevelDB docs) where I came to know about a phase called compaction. LSM Tree based database storage engines...
dev.to Rust Walkthroughs 2020-12-09 ~9 min read
[Photo by Luigi Pozzoli on Unsplash, modified (cropped)] We will continue to build a CRUD API with Rocket. This installment: persistency with a DB! The code for this tutorial can be found in this repository: github.com/davidedelpapa/rocket-...
dev.to Rust Walkthroughs 2020-12-02 ~18 min read
Selenium is a tool for automating web browsers, and is often used for testing websites, especially for end-to-end testing. Rust is commonly known as a Systems Programming language and might not be your first choice when it comes to browser...
dev.to Rust Walkthroughs 2020-12-02 ~7 min read
Until now, we learned how to create components and how to implement basic interactions for them, but to wield the full power of a component system, we need to pass props down from parent to child components. Nesting of components into each...
dev.to Rust Walkthroughs 2020-12-02 ~6 min read
It's not a secret that I'm a big fan of Elixir, so when I started doing Rust development I tried to bring some ideas from Elixir to the world of Rust. This post describes some of the tools I'm building to bring the power of Elixir to Rust....
dev.to Rust Walkthroughs 2020-12-02 ~8 min read
Disclaimer I am not a Rust expert, I am just getting started, so please take everything you read here with a grain of salt. You probably don't want to use any of this in production code. There are libraries written by actual Rust developers...
dev.to Rust Walkthroughs 2020-11-25 ~12 min read
Rocket Tutorial 03 part II: Proper testing. [Photo by Kyle Glenn on Unsplash, modified (cropped)] We will continue to build a CRUD API with Rocket. This is the part II of the tutorial 3. It is in between tutorial 3 and tutorial 4. The reaso...
dev.to Rust Walkthroughs 2020-11-25 ~6 min read
I wrote previously about cargo-c. It is a good solution if you want to use your rust crates from C: with minimal changes you get a set of libraries, header and pkg-config that downstream application won't feel any different than a normal C...
dev.to Rust Walkthroughs 2020-11-25 ~1 min read
Somehow the last article about Yew got more traction than I anticipated. Not much, but still! That's why I sat down and played a bit around with Yew again, in the hope that one day a Yew maintainer will jump in and call me out on the Rust/Y...
dev.to Rust Walkthroughs 2020-11-25 ~5 min read
After ~8 years of Go as the end-all-be-all of programming languages in my life, I started writing Rust code for a real project, not just as a hobby. The project, briefly put, is a Kubernetes system to let people easily and quickly deploy HT...
dev.to Observations/Thoughts 2020-11-25 ~4 min read
The Rust programming language keeps winning the middle-school popularity contest of the developer world: "most loved" on Stack Overflow surveys. So, what's this Rust thing and why is everyone enamoured? Let's explore... This happy balance R...
dev.to Observations/Thoughts 2020-11-25 ~1 min read
Everyone is talking about Rust lately, and it seems to be delivering what other C/C++ killers didn't. Safe, high-performance system software. But with the dawn of WebAssembly (WASM), Rust can also dive into the frontend realm. Since Rust ha...
dev.to Rust Walkthroughs 2020-11-18 ~7 min read
[Photo by Denys Nevozhai on Unsplash, modified (cropped)] We will continue to explore Rocket's capabilities. This time we are getting closer to the real deal (sort of...) The code for this tutorial can be found in this repository: github.co...
dev.to Rust Walkthroughs 2020-11-18 ~18 min read
I missed the official call for blog post submissions, I still want to share some ramblings of my hopes for Rust in 2021. I’ll split this up into two sections: What I hope to see from the community, and what I hope to see for myself. What I...
dev.to Observations/Thoughts 2020-11-18 ~5 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 2020-11-11 ~1 min read
"# JuSt Be CaReFuL If there’s one lesson from decades of software engineering, it is the failure of “just be careful” as a strategy. C/C++ progr..."

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.