DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Harsh ShandilyaBuilding static Rust binaries for Linux
Rust has supported producing statically linked binaries since RFC #1721 which proposed the...

librehashRust Ephemeral Encrypted Containers/FS (maybe)
Rust Ephemeral Encrypted Containers/FS (maybe) Running through the 'zboxfs' code and these...

C.OGSolana: How to send custom instructions via instruction data
In this article, we'll walk through the process of sending a custom instruction to a solana on-chain...

Fomalhaut WeisszwergHow to overload method in Rust (amount of args differ).
If you want to overload methods like `fn Sample::new(arg0, arg1)` and `fn Sample::new(arg)`, this post might be your help.

Gunstein VatnarA simple 2D pinball game made with Rust, Bevy and Rapier
Introduction I hope this simple pinball game can be an introduction for beginners to both...

Stephan DillyGitUI - v0.18 supports rebase
GitUI is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast,...

EqualMaValidate fields and types in serde with TryFrom
serde might be the most popular serializing / deserializing framework in rust but it doesn't support...

DanLambda function HTTP authorization with Auth0 and AssemblyLift (WebAssembly + Lambda + API Gateway + Rust)
Oh, hello! Sorry, I didn't see you there. Since you're here, let's talk about Lambda function...

Dinesh Kumar GnanasekaranGame of Life in Rust
Introduction Rust is an uprising programming language that is loved by the community. The...

URL Shortener with Rust, Svelte, & AWS (6/): Deploying to AWS
In the last post, we created a static front-end application with Svelte + Bulma, and then integrated...

Christopher KruseRunning Rust on AWS Lambda on ARM64
TL;DR: Rust on ARM64 Lambda: check out my example repo I've been a hobbyist Rust developer for a...

penumbra23Container Runtime in Rust - Part II
Part I of the series described the filesystem layout and how the runtime jails the container process...

Nicholas GarfieldHow to install Solana dev tools on an M1 Mac
If you're just getting started with Solana development on a new M1 Mac, you might be pulling your...

Kunal BagariaI made a tool in Rust to play mechanical keyboard sounds on every key press
Rustyvibes A Rust CLI that makes mechanical keyboard sound effects on every key press. It...

Higor DiegoRust - Borrowing ?
O borrowing permitir ter múltiplas referências a um recurso ao mesmo tempo, aderindo um conteúdo...

MadzaHave you tried functional programming?
Functional programming is a programming paradigm where programs are constructed by applying and...