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...
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...
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...
The reason I chose actix-web over rocket is 1) it doesn't rely on the nightly version 2) it support web socket 1, Hello world with actix-web 1) Create a empty project, cargo new actixtest 2) Edit Cargo.toml to add actix-web, at time of writ...
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...
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...
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...
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...
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....
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...