Rust Search

Find the best content on Rust, curated by the community; a search engine for Rustaceans.
This is the first post of a 4 part series. If you would like to view this post in a single page, you can follow along on my blog. There are plenty of resources for the basics of Rust and for protocol buffers + gRPC, so I don’t want to waste...
dev.to Learn More Rust 2020-08-26 ~11 min read
Originally posted on: creativcoder.dev At the time of writing this, about a month ago, the rust-avr fork was merged upstream. This means that you can now compile Rust programs for the avr microcontroller board by just running cargo +nightly...
dev.to Learn More Rust 2020-08-26 ~9 min read
I've picked up Rust lately, like most people I couldn't resist the hype. There ought to be a reason why it is consistently StackOverflow's most loved language, why it is deemed the industry's best chance at Safe Systems and probably why I w...
dev.to Observations/Thoughts 2020-08-26 ~3 min read
How to access Amazon Web Services from Rust-based Kubernetes applications using Rusoto and IAM Roles for Service Accounts I made acquaintance with Rusoto only recently, while building a Rust service that consumed messages from Amazon SQS. I...
dev.to Observations/Thoughts 2020-08-26 ~15 min read
The merits of Rust for SSI and IAM software Security is a top priority for network infrastructure, software solutions, and end-user applications that support interactions involving sensitive user data or personal information about real peop...
dev.to Miscellaneous 2020-08-18 ~3 min read
My first contact with pure functional programming was Haskell. The idea sounded bizarre, but fascinating. I had faith that once I'd learned Haskell, I'd understand how to use things like monads to replace the uses of state and side effects....
dev.to Miscellaneous 2020-08-18 ~2 min read
What we left behind In the previous post we've set up our development environment. We pulled the relevant crates and explained how to interact with the unofficial Azure SDK for Rust. In this post we will learn how to insert documents into C...
dev.to Learn More Rust 2020-08-18 ~5 min read
I'm a new Emacs user. I made the jump to Emacs from VSCode / IntelliJ / Vim back in March, and it's been a mind-blowing experience. I cannot sing Emacs's praise enough, it's a truly incredible piece of software. I'm also a new Rust develope...
dev.to Learn More Rust 2020-08-18 ~12 min read
E aee jovens, tudo bem com vocês? Para conseguirmos entender como funciona uma das principais características da linguagem Rust o ownership, precisamos entender como Rust utiliza a memória do computador. Esta postagem não terá exemplo práti...
dev.to Learn Standard Rust 2020-08-18 ~2 min read
How Rust and I met I first heard of Rust long ago through stray searches. I was interested because it seemed like a competitor to Go, which was the most recent language I had learned for a job but that I had a low opinion of. My biggest gri...
dev.to Observations/Thoughts 2020-08-18 ~13 min read
If you had read the poem mentioned in the previous part, you can be pretty sure what we are going to do right now. You Betcha! We are going to go down the Rabbit Hole. Just as in the poem it would have been easy for us to change the library...
dev.to Learn More Rust 2020-08-11 ~8 min read
Recently while browsing reddit I came up on a post in the /r/rust subreddit which was a link to a YouTube playlist for the Rusty-Days conference, however there was no way I could find the contents of the playlist without going to YouTube on...
dev.to Learn More Rust 2020-08-11 ~8 min read
E aee jovens, tudo bem com vocês? Nesta postagem iremos entender sobre como controlar o fluxo da nossa aplicação, usar condicionais e criar estruturas de repetição. Então, lets'go!!! If / Else E se quiséssemos criar por exemplo um sistema p...
dev.to Learn Standard Rust 2020-08-11 ~5 min read
Note: This content was originally posted in my blog, Beyond The Loop. If you like it, head over there or follow the blog on Twitter (@BeyondLoop) for more! So, you've taken your first steps into programming. Welcome! You've taken some cours...
dev.to Observations/Thoughts 2020-08-11 ~7 min read
For a while, I did not get what the hype about Rust was all about. To me, the language appeared opaque and overly verbose. I had tried a few times to learn Rust, every time giving up for some other priorities that came up. When I joined Rec...
dev.to Observations/Thoughts 2020-08-11 ~3 min read
Introduction In this article, I would like to share with you my experience of writing a very simple Web API in Rust using Warp and Diesel. As I am still Rust newbie, please let me know of any mistakes you have spotted, and of course, any fe...
dev.to Learn More Rust 2020-08-04 ~20 min read
Stunning shot of the Bernina Range courtesy of Pietro Branca. Azure CosmosDB and Rust In this series of blob post we will explore the power of Azure CosmosDB, using Rust as programming language. This is not meant to be an authoritative essa...
dev.to Learn More Rust 2020-08-04 ~10 min read
E aee jovens, tudo bem com vocês? Nesta postagem iremos entender sobre funções sem retorno, diferença entre declarações e expressões, e funções com retorno dentro da Rust Então, lets'go!!! Funções Até o momento todo o código que estamos usa...
dev.to Learn Standard Rust 2020-08-04 ~3 min read
How to Connect Securely to Amazon RDS for PostgreSQL using Tokio and Rustls Recently I ran into a curious problem while working on a piece of asynchronous database code for a micro-service written in Rust -- it looked something like this: D...
dev.to Observations/Thoughts 2020-08-04 ~5 min read
So I recently started programming in Elm and also did some stuff in Rust. Honestly, it was mostly a hype-driven decision, but the journey was definitely worth it. I also noticed that although those two languages differ in their target audie...
dev.to News & Blog Posts 2017-02-14 ~17 min read
"When a panic has a payload that's an object which needs Drops, And the panic hits a catch_unwind for unexpected stops Before if its Drop panicked we'd..."

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.