External learning

Warning: This page is under heavy construction!

Welcome! We have compiled a huge list of learning resources in the Rust ecosystem, originally seeded from This Week in Rust. Every link in the submenus is on this page, but is probably better to look through the table of contents and jump to something relevant to you, e.g. for beginners who have coded before we have Beginner/CodedBefore, if your coming from another language we have Beginner/From. We are still working on finding stuff for beginner/never-coded.
Apologies for the off by one error on some of the counts

P.S. Please open an issue with any tutorials you have! Or if you can improve this page/search in anyway please submit a PR :)

Tutorial of the day!

- Rust's Most Subtle Syntax | zk: 'What?' - Richard Nixon

All Tutorials

Architecture 1
Hexagonal 1
Beginner 3
AlreadyInstalledToolchain 1
CodedBefore 3
From 1
DotNet 1
Crate 1
atsamd-hal 1
axum 2
bevy 1
bevy_channel_trigger 1
bevy_panorbit 1
c2rust 1
clap 1
const_str 1
despatma 1
device-driver 1
diesel 2
diplomat 1
dtype_dispatch 1
embedded-hal 1
embedded-tls 1
enigo 1
fake 1
guff 1
leptos 1
libbz2-rs-sys 1
midir 1
noise 1
nom 1
opentelemetry 1
orx-imp-vec 1
orx-v 1
proc_macro2 1
proptest 1
pulp 1
py03 2
quickcheck 1
quote 1
r3bl_terminal_async 1
ratatui 1
rayon 1
rusqlite 1
rustls 1
sea-orm 1
serde_json 1
spellbook 1
sqlx 1
ssh2 1
syn 1
tauri 1
thousands 1
time 1
tokio 5
tracing 1
wasmtime 2
wasmtime-wasi 1
wide 1
wit-bindgen 1
wtx 1
xcap 1
DataStructure 1
Rope 1
Design 1
Interning 2
TypeDrivenDevelopment 1
Newtype 1
EmbeddedChip 1
ATSAMD 1
BBCMicro 1
ESP32 1
WROVER-E 1
Wroom32 1
Xtensa 1
Pico 2
RP2040 1
Error 1
FutureNotSend 1
Format 1
Blog 108
BlogSeries 17
Examples 1
Paper 1
RecordedTalk 1
Talk 1
UnguidedCourse 6
Video 27
VideoSeries 4
WorkshopSlides 1
Framework 1
Axum 4
Bevy 5
Egui 1
Embassy 3
Leptos 1
Tauri 1
Interop 2
C 3
C++ 3
Java 2
Javascript 1
Kotlin 3
Python 2
Lang 1
C 1
DotNet 1
Java 1
Kotlin 3
MicroPython 1
Python 1
Zig 1
Packaging 1
Fedora 1
Protocol 1
ApacheKafka 1
Perf 1
Strace 1
Topic 1
ABA 1
ACME 1
AdventOfCode 1
Algirthm 1
Algorithm 1
Architecture 1
Async 13
Audio 1
Bevy 2
BevyPlugin 1
Box 1
Build 1
C2Rust 1
CI 2
GitHub 2
CStruct 1
Calendering 1
CodeOrganisation 1
Collections 1
Compiler 3
Compression 1
Const 2
CopyOnWrite 1
CorssCompile 1
CrossPlatform 1
DNS 1
DataCompression 1
Deadlock 1
DependancyInjection 1
Driver 2
Drop 1
ESP32Cam 1
Embedded 6
ErrorHandling 1
FFI 2
FromScratch 2
Futex 1
GarbageCollection 2
GettingStarted 1
GlobalRegistration 1
Gotchas 1
GraphQL 1
HTTPServer 1
HexStrings 1
HighPerformanceComputing 1
IfLetBlock 1
Interpreter 2
Intro 1
Ioctls 1
Iterator 2
Iterators 1
JIT 2
JNI 1
JNR-FFI 1
JSONParsing 1
JWT 1
Lifetimes 1
Localization 1
MIDI 1
Macro 4
Procedural 2
Mandelbrot 1
MarkAndSweep 1
Memory 3
Multi-threading 1
Multiplexer 1
Multitasking 1
Observability 1
OpenTelemetry 1
Optimisation 10
PGVector 1
PhantomData 1
Pin 2
Plotting 1
Polymorphism 1
Postgresql 1
PrattParsing 1
Prototyping 1
RasberryPi 1
RaspberryPicco 1
ReactionDiffusion 1
Release 1
SIMD 2
SQL 1
SQLite 1
ScreenCapture 1
SearchEngine 1
Serde 2
ShallowClone 1
Simulation 1
StateMachine 1
Strings 1
Subtyping 2
Syntax 1
TLS 2
TLS-certificate 1
TTY 1
TUI 1
Testing 1
Fuzzing 1
Time 1
Tokoniser 1
Tracing 1
TypeCasting 1
TypeInterface 1
Unix 1
Unorm 1
Unsafe 1
Validation 1
VectorSearch 1
VectorTraits 1
Vendoring 1
WASIp2 1
WASM 1
Wasm 1
WasmBindgen 2
Web 1
Webassembly 5
Websocket 1
ZellijPlugin 1
eBPF 1
parsingCLIArguments 1

#Architecture

#Architecture/Hexagonal

- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.

#Beginner

- Introduction - Rust and WebAssembly:

- Rust 🦀 on the RP2040: Get stated with writing rust on the Raspberry Pico

#Beginner/AlreadyInstalledToolchain

- A Gentle Introduction to WebAssembly in Rust (2025 Edition) - DEV Community:

#Beginner/CodedBefore

- First Steps in Game Development With Rust and Bevy | The RustRover Blog: Some of us might remember this 15-year-old Abstruse Goose comic about our choices in life. Learning the theory of computations might not be the most direct path to video game development.

- Async Rust in Three Parts:
- Async Rust, Part One: Futures
- Async Rust, Part Two: Tasks
- Async Rust, Part Three: IO

- 100 Exercises To Learn Rust: This course will teach you Rust's core concepts, one exercise at a time. You'll learn about Rust's syntax, its type system, its standard library, and its ecosystem.

#Beginner/From

#Beginner/From/DotNet

- Rust for .net:

#Crate

#Crate/atsamd-hal

- Justin Beaurivage's Blog: Version 0.20.0 of the atsamd-hal project was recently released. With it comes its first official support for async peripheral APIs. To mark the occasion, I wanted to share my experience writing futures from scratch on microcontrollers, and help demistify this sometimes complex, yet incredibly useful tool.

#Crate/axum

- Streaming Audio Apis: The Axum Server | xd009642:

- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.

#Crate/bevy

- Build low poly terrain from planes meshes in Bevy - YouTube: Low poly procedural terrain in Bevy!

#Crate/bevy_channel_trigger

- rustunit: Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services.

#Crate/bevy_panorbit

- Build low poly terrain from planes meshes in Bevy - YouTube: Low poly procedural terrain in Bevy!

#Crate/c2rust

- Translating bzip2 with c2rust - Trifecta Tech Foundation:

#Crate/clap

- Build with Naz : Rust clap colorization - YouTube: This video is about configuring clap so that it can display help output in color

#Crate/const_str

- Solving Advent of Code at Compile Time with Rust Macros | Double Free Dev: Producing good software is difficult. Writing tests, reasoning about unintended effects, tedious considerations about time vs memory trade-offs. The perfe...

#Crate/despatma

- Mastering Dependency Injection in Rust: Crafting a Custom Container - chesedo: Learn how to implement a custom Dependency Injection (DI) container in Rust. This comprehensive guide covers various dependency types, lifetimes, and advanced patterns, providing a solid foundation for building modular and testable Rust applications.
- Mastering Dependency Injection in Rust: Despatma basics
- Mastering Dependency Injection in Rust: Despatma with Lifetimes

#Crate/device-driver

- Creating an embedded device driver in Rust | voided warranty: In this post, we take a look at developing a device driver in Rust using Dion Dokter’s device driver crate

#Crate/diesel

- Diesel Workshop:

- Build with Naz : Diesel ORM, SQLite, and Rust - YouTube: Build with Naz : Diesel ORM, SQLite, and RustThis video shows how you can use Rust and Diesel ORM to:- create and run migrations- generate schemas- perform C...
- Article version

#Crate/diplomat

- Mix in Rust with C: Delegating FFI definitions to Diplomat:

#Crate/dtype_dispatch

- dtype_dispatch: a most beautiful hack - Graph All The Things: dtype_dispatch: a most beautiful hack - Graph All The Things, a math blog by Martin Loncaric

#Crate/embedded-hal

- Creating an embedded device driver in Rust | voided warranty: In this post, we take a look at developing a device driver in Rust using Dion Dokter’s device driver crate

#Crate/embedded-tls

- Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL | Caio's Stuff: Let's collect data provided by a DHT22 sensor and store it asynchronously in a PostgreSQL database via WiFi using an encrypted connection. We will start with a brief introduction about the principal technologies, proceed to setting-up the necessary environment and then code our project.

#Crate/enigo

- Making games play themselves with Rust Part 1: Screen Interaction: An introduction to automated gaming!
- Making games play themselves with Rust Part 2: Parsing the Game State
- Making games play themselves with Rust Part 2.5: Proof by Exhaustive Search

#Crate/fake

- Adding A New Fake To The Fake Crate | xd009642: This post is going to go through my process of PRing something to the fake crate.

#Crate/guff

- Porting the guff plot device to Rust - YouTube: For this stream, I wanted to implement something in Rust where we didn't _also_ need to learn a new technical topic, and instead could focus just on the "wri...

#Crate/leptos

- Build A Web + Desktop Application With Rust | by Kofi Otuo | Mar, 2025 | Medium: What if you could build a blazing-fast web app and a native desktop application — using a single codebase, with no JavaScript, but the safety guarantees of Rust? As developers, we’ve all felt the…
- Build A Web + Desktop Application With Rust: I | by Kofi Otuo | Mar, 2025 | Level Up Coding

#Crate/libbz2-rs-sys

- Translating bzip2 with c2rust - Trifecta Tech Foundation:

#Crate/midir

- Parsing MIDI messages in Rust | nicole@web:

#Crate/noise

- Build low poly terrain from planes meshes in Bevy - YouTube: Low poly procedural terrain in Bevy!

#Crate/nom

- Building an email address parser in Rust with nom: Using Nom to create a safe email validation parser in Rust. How to create combinator parsing that can be compiled to WebAssembly.

#Crate/opentelemetry

- How to instrument a Rust application with OpenTelemetry - 21 Lessons: Collect runtime inFormation from your Rust application with OpenTelemetry

#Crate/orx-imp-vec

- orxfun - notes: Web site created using create-react-app

#Crate/orx-v

- orxfun - notes: This article discusses the requirement for vector traits and motivation behind the orx-v crate that provides discussed abstraction to unify the vectors.

#Crate/proc_macro2

- Derive Macros — by Lowell Thoerner — Seattle Rust User Group, December 2024 - YouTube: Or, How I Learned to Stop Worrying and Love the proc_macro2::TokenStreamContact & Code

#Crate/proptest

- Integer Compression :: KataShift: Why use many byte when few byte do trick?

#Crate/pulp

- Beyond multi-core parallelism: faster Mandelbrot with SIMD: Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
- Using portable SIMD in stable Rust

#Crate/py03

- Rust interop in practice: speaking Python and Javascript - Blog - Tweede golf:

- Mix in Rust with Python: PyO3:

#Crate/quickcheck

- Decrusting the quickcheck crate - YouTube: In this stream, we peeled back the crust on the quickcheck crate —https://github.com/BurntSushi/quickcheck/ — and explored its interface,structure, and mecha...

#Crate/quote

- Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros: Learn how to use the Rust Syn crate to create custom builder patterns with procedural macros. This tutorial covers step-by-step implementation, examples, and tips for building flexible APIs in Rust with Syn.

#Crate/r3bl_terminal_async

- Build with Naz : Create an async shell in Rust - YouTube: This video shows how you can build an async REPL or shell in Rust, using the r3bl_terminal_async crate. This example simply creates a long running bash proce...

#Crate/ratatui

- Ratatui - terminal user interfaces in Rust with Orhun Parmaksız - build ratatop in pair programming - YouTube:
- Transcript

#Crate/rayon

- Beyond multi-core parallelism: faster Mandelbrot with SIMD: Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
- Using portable SIMD in stable Rust

#Crate/rusqlite

- Build with Naz : Diesel ORM, SQLite, and Rust - YouTube: Build with Naz : Diesel ORM, SQLite, and RustThis video shows how you can use Rust and Diesel ORM to:- create and run migrations- generate schemas- perform C...
- Article version

#Crate/rustls

- Build with Naz : TLS (Transport Layer Security) in Rust with tokio, rustls, CFSSL - YouTube: This video shows how you can use TLS, Rust, and CFSSL to:- create self signed certificate and certificate authority, and keys- create server certificate issu...
- Article version

#Crate/sea-orm

- GraphQL based Admin Dashboard with Loco and Seaography | SeaQL: In this tutorial, we would develop a GraphQL based admin dashboard with Seaography and Loco.

#Crate/serde_json

- The power of interning: making a time series database 2000x smaller in Rust | Blog | Guillaume Endignoux: This week-end project started by browsing the open-data repository of Paris’ public transport network, which contains various APIs to query real-time departu...

#Crate/spellbook

- "German string" optimizations in Spellbook:

#Crate/sqlx

- A 10x faster batch job by batching PostgreSQL inserts/updates with Rust and SQLx: I have this hourly batch job that was taking ~30 minutes to complete and was causing too much strain on the database because it needs to insert/update between 300,000 and 500,000 records every time. The batch job makes thousands and thousands of network requests, so a 30 minute execution time

#Crate/ssh2

- Reading a Remote File Using Rust - crustc: 1. Introduction Remote servers are essential in modern computing and are used by many institutions from small businesses to enterprises. SSH (Secure Shell) is a protocol that allows secure remote access to systems. By using SSH, we can interact with files on a remote server without downloading them locally. In this tutorial, we'll explore how

#Crate/syn

- Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros: Learn how to use the Rust Syn crate to create custom builder patterns with procedural macros. This tutorial covers step-by-step implementation, examples, and tips for building flexible APIs in Rust with Syn.

#Crate/tauri

- Build A Web + Desktop Application With Rust | by Kofi Otuo | Mar, 2025 | Medium: What if you could build a blazing-fast web app and a native desktop application — using a single codebase, with no JavaScript, but the safety guarantees of Rust? As developers, we’ve all felt the…
- Build A Web + Desktop Application With Rust: I | by Kofi Otuo | Mar, 2025 | Level Up Coding

#Crate/thousands

- Rust code reading: The thousands crate - YouTube: https://rust.code-maven.com/the-thousands-crate

#Crate/time

- Optimizing with Novel Calendrical Algorithms:

#Crate/tokio

- Pinning Down "Future Is Not Send" Errors | Evan Schwartz: If you use async Rust and Tokio, you are likely to run into some variant of the "future is not Send" compiler error. While transitioning some sequential asyn...

- Concurrent and parallel future execution in Rust: A lot has been written about concurrency and parallelism, so we only briefly define what is needed for this article: Concurrent programming allows us to run two or more computations in overlapping per

- Caio's Stuff:

- Async Rust in Three Parts:
- Async Rust, Part One: Futures
- Async Rust, Part Two: Tasks
- Async Rust, Part Three: IO

- tracing tokio resources - hēg denu - Hayden Stainsby:

#Crate/tracing

- Getting better insights into your Rust applications - 21 Lessons: Use the tracing crate to make your first step towards Observability

#Crate/wasmtime

- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:

- How to run WebAssembly from your Rust Program - 21 Lessons: Learn how you can embed WebAssembly in your Rust program with wasmtime

#Crate/wasmtime-wasi

- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:

#Crate/wide

- Beyond multi-core parallelism: faster Mandelbrot with SIMD: Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
- Using portable SIMD in stable Rust

#Crate/wit-bindgen

- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:

#Crate/wtx

- Caio's Stuff:

#Crate/xcap

- Making games play themselves with Rust Part 1: Screen Interaction: An introduction to automated gaming!
- Making games play themselves with Rust Part 2: Parsing the Game State
- Making games play themselves with Rust Part 2.5: Proof by Exhaustive Search

#DataStructure

#DataSturcture/Rope

- Rope Optimizations, Part 1 — Zed's Blog: From the Zed Blog: In this episode of Zed Decoded, Thorsten and Antonio walk through the performance optimizations Antonio when working on Zed's Rope data structure before they then pair on adding more optimizations
- Video version

#Design

#Design/Interning

- The power of interning: making a time series database 2000x smaller in Rust | Blog | Guillaume Endignoux: This week-end project started by browsing the open-data repository of Paris’ public transport network, which contains various APIs to query real-time departu...

- Fast and Simple Rust Interner: This post describes a simple technique for writing interners in Rust which I haven't seen documented before.

#Design/TypeDrivenDevelopment

- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.

#DesignPattern/Newtype

- Build with Naz : newtype design pattern, and impl Into T for ergonomic APIs - YouTube: This video shows how you can use newtype design pattern, and into Impl T. I use an example of building structs to do 2D layout and sizing without using newty...

#EmbeddedChip

#EmbeddedChip/ATSAMD

- Justin Beaurivage's Blog: Version 0.20.0 of the atsamd-hal project was recently released. With it comes its first official support for async peripheral APIs. To mark the occasion, I wanted to share my experience writing futures from scratch on microcontrollers, and help demistify this sometimes complex, yet incredibly useful tool.

#EmbeddedChip/BBCMicro

- README.md · main · Cyril Marpaud / Impl Snake for Microbit · GitLab: Rust implementation of a Snake game on BBC Micro:bit with Embassy.
- [French] Video version

#EmbeddedChip/ESP32

#EmbeddedChip/ESP32/WROVER-E

- Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL | Caio's Stuff: Let's collect data provided by a DHT22 sensor and store it asynchronously in a PostgreSQL database via WiFi using an encrypted connection. We will start with a brief introduction about the principal technologies, proceed to setting-up the necessary environment and then code our project.

#EmbeddedChip/ESP32/Wroom32

- Beginner Rust ESP32 development - Snake: A technical blog about Rust, Linux and other topics.

#EmbeddedChip/ESP32/Xtensa

- Building a Wifi-controlled car with Rust and ESP32: A technical blog about Rust, Linux and other topics.

#EmbeddedChip/Pico

- Nine Pico PIO Wats with Rust (Part 1) | Towards Data Science: Raspberry Pi programmable IO pitfalls illustrated with a musical example
- Nine Pico PIO Wats with Rust (Part 2)

- Rust 🦀 on the RP2040: Get stated with writing rust on the Raspberry Pico

#EmbeddedChip/RP2040

- Rust 🦀 on the RP2040: Get stated with writing rust on the Raspberry Pico

#Error

#Error/FutureNotSend

- Pinning Down "Future Is Not Send" Errors | Evan Schwartz: If you use async Rust and Tokio, you are likely to run into some variant of the "future is not Send" compiler error. While transitioning some sequential asyn...

#Format

#Format/Blog

- A Daft proc-macro trick: How to Emit Partial-Code + Errors: A recent Oxide and Friends podcast episode, “A crate is born,” detailed the creation of a proc macro for deriving “diffable” data structures with a trick I w...

- Bridging the Efficiency Gap Between FromStr and String | Armin Ronacher's Thoughts and Writings: A trick to convert arbitrary values from owned strings.

- A 10x faster batch job by batching PostgreSQL inserts/updates with Rust and SQLx: I have this hourly batch job that was taking ~30 minutes to complete and was causing too much strain on the database because it needs to insert/update between 300,000 and 500,000 records every time. The batch job makes thousands and thousands of network requests, so a 30 minute execution time

- Vendoring C/C++ dependencies in Rust: What is vendoring about? I'm writing this post because basically I haven't found any guide about this, and for sure with this level of completeness and…

- Transition Systems in Rust: Learn how to define and implement state transitions using Rust, creating robust and maintainable transition systems.

- Translating bzip2 with c2rust - Trifecta Tech Foundation:

- A Gentle Introduction to WebAssembly in Rust (2025 Edition) - DEV Community:

- The power of interning: making a time series database 2000x smaller in Rust | Blog | Guillaume Endignoux: This week-end project started by browsing the open-data repository of Paris’ public transport network, which contains various APIs to query real-time departu...

- Using pgVector with SeaORM in Rust | Data Engineering ∪ Data Science: Use MLflow to productionize an MXNet model in Amazon SageMaker.

- Emjay - a simple JIT that does math · Andrea Bergia's Website: Today I wanna show off my most recent little project, called emjay. It’s a very simple “language”, with an evaluator that generates JIT code and executes it. It does not have a “normal” interpreter, only the JIT compiler. The language is extremely limited, but that was intentional, since I wanted something simple that I could write end-to-end. All the code is written in Rust and it is hosted on GitHub at https://github.com/andreabergia/emjay. It’s roughly 4k lines of code including tests, so it is small enough to be presented in this post.

- ioctls from Rust - by Julio Merino - Blog System/5: Diving into what the ioctl system call is and how to invoke it from Rust

- From hours to 360ms: over-engineering a puzzle solution | Blog - Daniel Huang: where my words occasionally escape /dev/null

- A length-indexed Vector in Rust: Sneak peeking at Dependent Types and an encoding of length-indexed vectors in Rust to constraint consumers on operations they can perform. It’s customary to introduce Dependent Types (types as first-class citizens that may depend on terms) with vectors (or rather linked-lists) parameterized by a type A, indexed by a type...

- Mix in Rust with Java (or Kotlin!):

- Writing a Simple Driver in Rust – Pavel Yosifovich: The Rust language ecosystem is growing each day, its popularity increasing, and with good reason. It's the only mainstream language that provides memory and concurrency safety at compile time, with a powerful and rich build system (cargo), and a growing number of packages (crates). My daily driver is still C++, as most of my work…

- Provisioning TLS Certificates in Rust With ACME | Shuttle: How we provision TLS certificates for custom domains in Rust using the `instant_acme` crate.

- First Steps in Game Development With Rust and Bevy | The RustRover Blog: Some of us might remember this 15-year-old Abstruse Goose comic about our choices in life. Learning the theory of computations might not be the most direct path to video game development.

- Cooperative multitasking in Rust: Async runtimes and concurrency patterns

- Pinning Down "Future Is Not Send" Errors | Evan Schwartz: If you use async Rust and Tokio, you are likely to run into some variant of the "future is not Send" compiler error. While transitioning some sequential asyn...

- Optimizing with Novel Calendrical Algorithms:

- Apache Kafka protocol with serde, quote, syn and proc_macro2: Using serde, quote, syn and proc_macro2 to implement the Kafka protocol in Rust.

- Tips for Faster Rust CI Builds | corrode Rust Consulting: I’ve been working with many clients lately who host their Rust projects on GitHub...

- How to write DRY code in Rust - Art’s Substack: Rust Best Practices: Avoiding Repetition with Advanced Code Structuring

- Streaming Audio Apis: The Axum Server | xd009642:

- Prototyping in Rust | corrode Rust Consulting: Programming is an iterative process - as much as we would like to come up with the perfect solution from the start, it rarely works that way.

- Concurrent and parallel future execution in Rust: A lot has been written about concurrency and parallelism, so we only briefly define what is needed for this article: Concurrent programming allows us to run two or more computations in overlapping per

- Adding A New Fake To The Fake Crate | xd009642: This post is going to go through my process of PRing something to the fake crate.

- Compile-time Hex String Validation in Rust using Const Evaluation - Move into the Future: Learn how to leverage Rust's const evaluation features to validate hex strings at compile time, ensuring type safety and zero runtime overhead.

- Creating an embedded device driver in Rust | voided warranty: In this post, we take a look at developing a device driver in Rust using Dion Dokter’s device driver crate

- Demystifying Alignment and Memory Layout in Rust: Building blocks for performant, efficient and correct applications

- Basics of Pinning in Rust: How pinning memory makes for a sound application

- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:

- Fast Unorm Conversions - RunDev: Optimizing the conversion of 5-bit unorms to 8-bit unorms in Rust.

- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.

- The Definitive Guide to Error Handling in Rust: Learn to model and handle any error using idomatic Rust.

- How to build and publish multi-platform Rust binaries via Github actions | exotext: How to build and publish multi-platform Rust binaries via Github actions | exotext

- orxfun - notes: This article discusses iterable and collection traits that represent types that can be iterated over repeatedly, and how they are introduced almost effortlessly thanks to the powerful type system of rust.

- Read the Code: Using Drop Safely in Rust — Sympolymathesy, by Chris Krycho: A deep dive into Rust’s vec::Drain and its Drop implementation as an example of how ownership prevents subtle bugs—memory and otherwise!

- Caio's Stuff:

- rustunit: Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services.

- Parsing MIDI messages in Rust | nicole@web:

- Designing a const `array::from_fn` in stable Rust:

- Developing a Zellij plugin using Rust: A walkthrough of creating a Zellij plugin from start to end

- Justin Beaurivage's Blog: Version 0.20.0 of the atsamd-hal project was recently released. With it comes its first official support for async peripheral APIs. To mark the occasion, I wanted to share my experience writing futures from scratch on microcontrollers, and help demistify this sometimes complex, yet incredibly useful tool.

- Rust 🦀 on the RP2040: Get stated with writing rust on the Raspberry Pico

- Build with Naz : TLS (Transport Layer Security) in Rust with tokio, rustls, CFSSL - YouTube: This video shows how you can use TLS, Rust, and CFSSL to:- create self signed certificate and certificate authority, and keys- create server certificate issu...
- Article version

- Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL | Caio's Stuff: Let's collect data provided by a DHT22 sensor and store it asynchronously in a PostgreSQL database via WiFi using an encrypted connection. We will start with a brief introduction about the principal technologies, proceed to setting-up the necessary environment and then code our project.

- Building Thread-safe Async Primitives in 150 lines of Rust | Amit's Blog: In this post, I’ll go over a simple, yet fast implementation of the (commonly seen) “oneshot” channel, going through lower-level asynchronous Rust, synchronization primitives, all alongside the unseen footguns of concurrent code

- Writing a mark-and-sweep tracing GC in Rust: Mark-and-sweep garbage collection of unreachable objects

- Exploring Async Runtimes by Building our Own :: KataShift: Who needs tokio?

- Futexes at Home:

- orxfun - notes: This article discusses the requirement for vector traits and motivation behind the orx-v crate that provides discussed abstraction to unify the vectors.

- Rope Optimizations, Part 1 — Zed's Blog: From the Zed Blog: In this episode of Zed Decoded, Thorsten and Antonio walk through the performance optimizations Antonio when working on Zed's Rope data structure before they then pair on adding more optimizations
- Video version

- Building a Wifi-controlled car with Rust and ESP32: A technical blog about Rust, Linux and other topics.

- Building an email address parser in Rust with nom: Using Nom to create a safe email validation parser in Rust. How to create combinator parsing that can be compiled to WebAssembly.

- dtype_dispatch: a most beautiful hack - Graph All The Things: dtype_dispatch: a most beautiful hack - Graph All The Things, a math blog by Martin Loncaric

- rustunit: Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services.

- Build with Naz : Diesel ORM, SQLite, and Rust - YouTube: Build with Naz : Diesel ORM, SQLite, and RustThis video shows how you can use Rust and Diesel ORM to:- create and run migrations- generate schemas- perform C...
- Article version

- README.md · main · Cyril Marpaud / Impl Snake for Microbit · GitLab: Rust implementation of a Snake game on BBC Micro:bit with Embassy.
- [French] Video version

- Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros: Learn how to use the Rust Syn crate to create custom builder patterns with procedural macros. This tutorial covers step-by-step implementation, examples, and tips for building flexible APIs in Rust with Syn.

- Parsing arguments in Rust with no dependencies | nicole@web:

- Why I love Rust for tokenising and parsing | xnacly - blog: Macros, iterators, patterns, error handling and match make Rust almost perfect

- "German string" optimizations in Spellbook:

- Rust's Most Subtle Syntax | zk: 'What?' - Richard Nixon

- Jens Getreu's blog - How to shallow clone a Cow:

- Rust's Sneaky Deadlock With `if let` Blocks | Brooks Blog: Rust is my favorite programming language. I've been writing Rust for about 6 years, from college to professionally, and I'm vocal about how helpful the compi...

- Difference Between iter() and into_iter() in Rust - crustc: 1. Introduction The Rust language provides iterators that make complex data structures easy to traverse, transform, and filter. Common iterators in Rust include iter(), iter_mut(), and into_iter(). Iter() and into_iter() are provided for different use cases. In this tutorial, we'll learn the basics of iter() and into_iter(). Finally, we'll see an example use case and

- Integer Compression :: KataShift: Why use many byte when few byte do trick?

- Simple way to make i18n support in Rust with with examples and tests - OnlyCoiners: Localization is crucial for modern software development. By supporting multiple languages, applications can reach a wider audience and become more inclusive, al...

- rust-blog/posts/rust-in-non-rust-servers.md at master · pretzelhammer/rust-blog · GitHub: Educational blog posts for Rust beginners. Contribute to pretzelhammer/rust-blog development by creating an account on GitHub.

- Reading a Remote File Using Rust - crustc: 1. Introduction Remote servers are essential in modern computing and are used by many institutions from small businesses to enterprises. SSH (Secure Shell) is a protocol that allows secure remote access to systems. By using SSH, we can interact with files on a remote server without downloading them locally. In this tutorial, we'll explore how

- When should I use String vs &str?:

- Rust Async I/O: Futures, Thread Pools: Learn how Rust's async system enhances performance by utilizing futures, wakers, and thread pools for non-blocking I/O operations

- orxfun - notes: Web site created using create-react-app

- Rust interop in practice: speaking Python and Javascript - Blog - Tweede golf:

- A small trick for simple Rust/C++ interop:

- Mix in Rust with C++:

- Understanding Memory Ordering in Rust | Evan Schwartz: I am reading Mara Bos' Rust Atomics and Locks. On the first pass, I didn't really grok memory ordering. So here's my attempt at understanding by explaining.

- Build with Naz : Rust Lifetimes - YouTube: This video, related article and repo explore Rust lifetimes using lots of examples (seven)
- Article version

- Build with Naz : Rust subtyping and variance - YouTube: This video, related article and repo explore Rust subtyping and variance. They are related to the Rust lifetime video.Article:
- Article version

- Mix in Rust with Python: PyO3:

- Let the API protect you:

- Building a Bevy Plugin for Rolling Dice // Erik Horton: I’ve been thinking through a game idea that I know will need a dice rolling mechanic, so I decided to build out an MVP of that. The following is the end result of 2 days of working through that.

- Packaging a Rust Program for Fedora | Jose Fernandez: Packaging a Rust program for Fedora may seem daunting initially, but it’s more straightforward than expected, thanks to excellent documentation, Rust-specific tooling, and a helpful community. Over the past two months, I packaged bpftop, a process monitor for eBPF programs. While there were some specific considerations with Rust, the process was manageable. In this post, I’ll share the steps I took, the insights I gained, and how to streamline the experience.

- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 1/3 (background info) - YouTube: This video series, related article and repo explore Linux TTY, processes, signals, and more using Rust. The video provides live coding examples of using Rust...
- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 2/3, live code signal, proc, IPC
- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 3/3 (tokio::process::Command)
- Article version

- GraphQL based Admin Dashboard with Loco and Seaography | SeaQL: In this tutorial, we would develop a GraphQL based admin dashboard with Seaography and Loco.

- tracing tokio resources - hēg denu - Hayden Stainsby:

- Sqlx4k - Interoperability between Kotlin and Rust, using FFI (Part 1) | :: exploration and stuff ::: Introduction Previously, in the Sqlx4k - Introduction to Kotlin Native and FFI (Part 2), the second part of this series, we attempted to provide an introduction to how C Interoperability functions in Kotlin, offering various examples from the GitHub - smyrgeorge/sqlx4k codebase. Sqlx4k is a small, non-blocking PostgreSQL database driver written in Kotlin for the Native platform. It wraps the sqlx driver from the Rust ecosystem under the hood. The communication between the two languages is facilitated using FFI.

- Crafting Interpreters with Rust: On Garbage Collection | ltungv: I became interested in implementing programming languages a few years ago and discovered [Crafting Interpreters](https://craftinginterpreters.com/) by Bob Nystrom. At the time, I had experience with Rust and decided to use it to follow the book. Albeit, being a noob, I managed to implement a fully functional bytecode interpreter that supported every feature of the Lox language as described. However, my implementation suffered memory leaks due to reference counting. Back then, I didn't fully grasp Rust to design and implement a proper garbage collector (GC)! Now that I have more confidence in the language, I decided to revisit the project and improve its memory management scheme.

- Build with Naz : Box and Pin exploration in Rust | developerlife.com: This tutorial, video, and repo are a deep dive into Rust Pin and Box types, along with concepts of ownership and borrowing. We will also cover a lot of background information on the concepts of operating system process, memory allocation and access, stack, and heap. The examples we create are designed to demonstrate the different semantics around the use of boxes and pinned boxes in Rust.
- Video version

- Global Registration: You might not have considered this before, but tests in Rust are rather magical. Anywhere in your project you can slap `#[test]` on a function and the compiler makes sure that they're all automatically run. This pattern, of wanting access to items that are distributed over a crate and possibly even multiple crates, is something that projects like bevy, tracing, and dioxus have all expressed interest in but it's not something that Rust supports except for tests specifically.

- How to organize large Rust codebases: Want to learn more real-world Rust, offensive security and applied cryptography? Take a look at my book Black Hat Rust, where, among other things, you will learn how to build your own end-to-end encryption protocol for a Remote Access Tool (RAT), web servers and exploits in Rust. As a Rust

- Surprises with Rust's `as` (and Python division) | Anna Hope: `as` is easy, convenient, and maybe not something to use

- Writing eBPF Tracepoint Program with Rust Aya: Tips and Example – Yuki Nakamura's Blog: TL;DR This post shows an example eBPF Tracepoint program and shares tips on writing the eBPF Tracepoint programs with aya. 🦀🐝 IntroductionDataflow Kernel spaceUser spaceBenefits of using ayaOne language: RustAuto-generating Rust codesRun eBPF Tracepoint tracing programPrerequisitesCloneGenerate structs codesBuild and RunTips on writing eBPF codesTip1: Deserializing with generated struct codesTip2. Decode __data_locTip3. PerCpuArray eBPF Map as…

- How to make Rust Desktop App with Egui and ChatGPT - OnlyCoiners: In this post, you will learn how to make a desktop app with Rust Eguiand ChatGPT with the async-openai-rustpackage. You can ...

- Mix in C with Rust: A taste of C in your Rust:

- Mix in Rust with C: Delegating FFI definitions to Diplomat:

- Mix in Rust with C:

- Mix in Rust:

- Fastest Vec Update on My Computer | Anti Object Oriented Programming: “Premature optimization is the root of all evil.” At least that is what ‘big java’ wants you to think. But if I wasn’t worried about optimizations I’d be using linked lists in Haskell. I use rust because I want speed. If you are here for speed, then keep reading. In this post you’ll find a detailed account of how I created a problem, solved the problem, and then optimized the solution way to much.

- Async Rust for Dummies: Introduction Hello, Rustaceans! I'm quite sure many of you use async Rust every day in your projects, but do you actually know how it works under the hood? In…

- Write Cleaner, More Maintainable Rust Code with PhantomData: Solving the Redundancy Problem: How PhantomData Saves the Day in Rust

- Getting better insights into your Rust applications - 21 Lessons: Use the tracing crate to make your first step towards Observability

- How to instrument a Rust application with OpenTelemetry - 21 Lessons: Collect runtime inFormation from your Rust application with OpenTelemetry

- An Intro to the Rust Programming Language: Getting introduced to the Rust programming language and why you should try it.

- Deserializing Binary Data Files in Rust · Michael-F-Bryan:

- Zig Makes Rust Cross-compilation Just Work | Actually.fyi: Cross-compiling to ARM MacOS with Zig is Easy.

- Fast and Simple Rust Interner: This post describes a simple technique for writing interners in Rust which I haven't seen documented before.

#Format/BlogSeries

- Hello > Building a search engine from scratch, in Rust: introduction: Have you ever wondered how search engines work under the hood? I'm not talking about vector search or anything fancy, but just the good old search engines that could really find what we would look for…
- Building a search engine from scratch, in Rust: part 1

- Build A Web + Desktop Application With Rust | by Kofi Otuo | Mar, 2025 | Medium: What if you could build a blazing-fast web app and a native desktop application — using a single codebase, with no JavaScript, but the safety guarantees of Rust? As developers, we’ve all felt the…
- Build A Web + Desktop Application With Rust: I | by Kofi Otuo | Mar, 2025 | Level Up Coding

- Solving the ABA Problem in Rust with Tagged Pointers: Solving the ABA Problem in Rust: Tagged Pointers with Versioning
- Epoch Adventures: Breaking Free from ABA in Concurrent Rust

- Building a DNS Server in Rust: Part 1 of 2: Learn how to build a DNS server in Rust from scratch. Explore the DNS protocol, create a simple server, and handle DNS queries with ease.

- Nine Pico PIO Wats with Rust (Part 1) | Towards Data Science: Raspberry Pi programmable IO pitfalls illustrated with a musical example
- Nine Pico PIO Wats with Rust (Part 2)

- Optimization adventures: making a parallel Rust workload 10x faster with (or without) Rayon | Blog | Guillaume Endignoux: In a previous post, I’ve shown how to use the rayon framework in Rust to automatically parallelize a loop computation across multiple CPU cores.Disappointing...
- Optimization adventures: making a parallel Rust workload even faster with data-oriented design (and other tricks)

- Ferrostar: Building a Cross-Platform Navigation SDK in Rust (Part 1) | Stadia Maps: The first in a series of technical blog posts covering cross-platform mobile development in Rust.
- Ferrostar: Building a Cross-Platform Navigation SDK in Rust (Part 2 - iOS Packaging)

- Async Rust in Three Parts:
- Async Rust, Part One: Futures
- Async Rust, Part Two: Tasks
- Async Rust, Part Three: IO

- Serde Trait - Part 1: Overview | My blog: Serde for trait objects - Part 1: Overview
- Serde for trait objects - Part 2: Serialization
- Serde for trait objects - Part 3: Deserialization

- Beyond multi-core parallelism: faster Mandelbrot with SIMD: Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
- Using portable SIMD in stable Rust

- CppCon - C++/Rust Interop: Using Bridges in Practice | Tyler Weaver:
- Rust/C++ Interop Part 1 - Just the Basics
- Rust/C++ Interop Part 2 - CMake
- Rust/C++ Interop Part 3 - Cxx
- Rust/C++ Interop Part 4 - Binding to a C++/CMake/Conan Project

- Mastering Dependency Injection in Rust: Crafting a Custom Container - chesedo: Learn how to implement a custom Dependency Injection (DI) container in Rust. This comprehensive guide covers various dependency types, lifetimes, and advanced patterns, providing a solid foundation for building modular and testable Rust applications.
- Mastering Dependency Injection in Rust: Despatma basics
- Mastering Dependency Injection in Rust: Despatma with Lifetimes

- Sqlx4k - Introduction to the Kotlin native and FFI (Part 1) | :: exploration and stuff ::: Introduction Recently, I began experimenting with the Kotlin Native platform. I initiated a new repository and attempted to create a simple project utilizing the ktor libraries. The purpose of the project was to recreate a small service that integrates some basic libraries and compile it to a native target (macosArm64 in my case). The service aimed to offer support for: Dependency injection HTTP server Database access (PostgreSQL) Additionally, RabbitMQ support (though it isn’t a priority for now) In this first article of the series, I aim to describe how I ended up writing “low-level” code (FFI between Kotlin and Rust) and also to highlight the importance of native compatibility in Kotlin Native.
- Sqlx4k - Introduction to the Kotlin native and FFI (Part 2)

- Build your own SQLite, Part 1: Listing tables: As developers, we use databases all the time. But how do they work? In this series, we'll try to answer that question by building our own SQLite-compatible database from scratch. Source code examples will be provided in Rust, but you are encouraged t...
- Build your own SQLite, Part 2: Scanning large tables
- Build your own SQLite, Part 3: SQL parsing 101
- Build your own SQLite, Part 4: reading tables metadata
- Build your own SQLite, Part 5: Evaluating queries

- Tutorial: Implementing JSON parsing (Rust) | David's Software: Learn the fundamentals of parsing by implementing JSON parsing from scratch
- Tutorial: Writing a JSON Parser (Rust) - Part 2/2

- Making games play themselves with Rust Part 1: Screen Interaction: An introduction to automated gaming!
- Making games play themselves with Rust Part 2: Parsing the Game State
- Making games play themselves with Rust Part 2.5: Proof by Exhaustive Search

- Part 0: Designing a Language without a Parser · Thunderseethe's Devlog: Designing a language, types first
- Part 1: Bidirectional Constraint Generation
- Part 2: Tying up Type Inference
- Part 3: Rowing Afloat Datatype Boats
- Part 4: TypeChecking Top Level Functions
- Part 5a: Lowering Our AST to Escape the Typechecker
- Part 5b: Escaping the Typechecker, an Implementation
- Part 6a: Lowering Row Types, Evidently
- Part 6b: The Types of Lowered Rows
- Part 6c: The Heart of Lowered Rows
- Part 7: Lowering Top Level Items

#Format/Examples

- Introduction - The `wasm-bindgen` Guide:

#Format/Paper

- [2412.15042] Compiling C to Safe Rust, Formalized: Abstract page for arXiv paper 2412.15042: Compiling C to Safe Rust, Formalized
- PDF link

#Format/RecordedTalk

- Derive Macros — by Lowell Thoerner — Seattle Rust User Group, December 2024 - YouTube: Or, How I Learned to Stop Worrying and Love the proc_macro2::TokenStreamContact & Code

#Format/Talk

- CppCon - C++/Rust Interop: Using Bridges in Practice | Tyler Weaver:
- Rust/C++ Interop Part 1 - Just the Basics
- Rust/C++ Interop Part 2 - CMake
- Rust/C++ Interop Part 3 - Cxx
- Rust/C++ Interop Part 4 - Binding to a C++/CMake/Conan Project

#Format/UnguidedCourse

- Rust for .net:

- The Rust Programming Language:

- Introduction - Rust and WebAssembly:

- Introduction - Hello async Rust:

- Introduction - Gray-Scott with Rust:

- 100 Exercises To Learn Rust: This course will teach you Rust's core concepts, one exercise at a time. You'll learn about Rust's syntax, its type system, its standard library, and its ecosystem.

#Format/Video

- Build with Naz : traits, subtyping, polymorphism in Rust - YouTube: This video shows how you can use subtyping and traits in Rust to create polymorphic code that is similar to what you might expect from an OOP language. Rust ...

- Rust and embedded programming with Leon Vak: In this online session Leon Vak, who gave 3 excellent presentations about Embedded programming and Linux kernel programming with Rust at Abra, is going to show us how he uses Rust to write programs for an embedded device.

- Build with Naz : newtype design pattern, and impl Into T for ergonomic APIs - YouTube: This video shows how you can use newtype design pattern, and into Impl T. I use an example of building structs to do 2D layout and sizing without using newty...

- Porting the guff plot device to Rust - YouTube: For this stream, I wanted to implement something in Rust where we didn't _also_ need to learn a new technical topic, and instead could focus just on the "wri...

- Ratatui - terminal user interfaces in Rust with Orhun Parmaksız - build ratatop in pair programming - YouTube:
- Transcript

- A Gentle Introduction to WebAssembly in Rust (2025 Edition) - DEV Community:

- Comprehending Proc Macros - YouTube: Rust procedural macros can do amazing things, including implementing an entire dang Python feature from scratch. I've wanted to make this "lecture+tutorial" ...

- Intro to Embassy : embedded development with async Rust - YouTube: In this one we investigate some of the crates within the Embassy framework.Subscribe : https://www.youtube.com/@therustybits?sub_confirmation=1Patreon : http...

- Rust code reading: The thousands crate - YouTube: https://rust.code-maven.com/the-thousands-crate

- Developing a Zellij plugin using Rust: A walkthrough of creating a Zellij plugin from start to end

- Build with Naz : TLS (Transport Layer Security) in Rust with tokio, rustls, CFSSL - YouTube: This video shows how you can use TLS, Rust, and CFSSL to:- create self signed certificate and certificate authority, and keys- create server certificate issu...
- Article version

- Rope Optimizations, Part 1 — Zed's Blog: From the Zed Blog: In this episode of Zed Decoded, Thorsten and Antonio walk through the performance optimizations Antonio when working on Zed's Rope data structure before they then pair on adding more optimizations
- Video version

- Build with Naz : Diesel ORM, SQLite, and Rust - YouTube: Build with Naz : Diesel ORM, SQLite, and RustThis video shows how you can use Rust and Diesel ORM to:- create and run migrations- generate schemas- perform C...
- Article version

- README.md · main · Cyril Marpaud / Impl Snake for Microbit · GitLab: Rust implementation of a Snake game on BBC Micro:bit with Embassy.
- [French] Video version

- Beginner Rust ESP32 development - Snake: A technical blog about Rust, Linux and other topics.

- Rust Collections Explained - YouTube: A rundown of Rust collections and iterators, including a bit about what's going on behind the scenes.

- Build low poly terrain from planes meshes in Bevy - YouTube: Low poly procedural terrain in Bevy!

- Decrusting the quickcheck crate - YouTube: In this stream, we peeled back the crust on the quickcheck crate —https://github.com/BurntSushi/quickcheck/ — and explored its interface,structure, and mecha...

- CppCon - C++/Rust Interop: Using Bridges in Practice | Tyler Weaver:
- Rust/C++ Interop Part 1 - Just the Basics
- Rust/C++ Interop Part 2 - CMake
- Rust/C++ Interop Part 3 - Cxx
- Rust/C++ Interop Part 4 - Binding to a C++/CMake/Conan Project

- Build with Naz : Rust memory address and size - YouTube: This video shows how you can get the address and size of variables on the stack and heap in Rust.Issue that inspired this video

- Build with Naz : Create an async shell in Rust - YouTube: This video shows how you can build an async REPL or shell in Rust, using the r3bl_terminal_async crate. This example simply creates a long running bash proce...

- Build with Naz : Rust clap colorization - YouTube: This video is about configuring clap so that it can display help output in color

- Build with Naz : Rust Lifetimes - YouTube: This video, related article and repo explore Rust lifetimes using lots of examples (seven)
- Article version

- Build with Naz : Rust subtyping and variance - YouTube: This video, related article and repo explore Rust subtyping and variance. They are related to the Rust lifetime video.Article:
- Article version

- Command line tools: Implementing wc in Rust - YouTube:

- Implementing a Lox interpreter in Rust - YouTube: For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really. I've wanted to impleme...

- Build with Naz : Box and Pin exploration in Rust | developerlife.com: This tutorial, video, and repo are a deep dive into Rust Pin and Box types, along with concepts of ownership and borrowing. We will also cover a lot of background information on the concepts of operating system process, memory allocation and access, stack, and heap. The examples we create are designed to demonstrate the different semantics around the use of boxes and pinned boxes in Rust.
- Video version

#Format/VideoSeries

- Rust in Audio - YouTube: In this video, I'll show you all the basic types of collections that are relevant for audio and how to pass them as references to functions.The Rust in Audio...
- Rust in Audio: Collections
- Rust in Audio: Pointers & Lifetimes
- Rust in Audio: Interleaved Audio & Iterators
- Rust in Audio: Generics & Traits

- Backend In Rust - 01 Building a basic server - YouTube: Welcome to the first episode of our "Backend in Rust" series! In this video, we'll walk you through the basics of building a simple HTTP server using Rust. W...
- Backend in Rust 02 - JWT Authentication, Sea ORM, Axum, Rust

- Crafting an Interpreter in Rust #01: Basic Bytecode Chunks - PeerTube (xy-space): In this video, we start our journey on implementing a bytecode virtual machine for the Lox language by implementing a data structure for our bytecode: a chunk. This series follows the second part o...
- Crafting an Interpreter in Rust #02: First Virtual Machine
- Crafting an Interpreter in Rust #03: Scanning on Demand

- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 1/3 (background info) - YouTube: This video series, related article and repo explore Linux TTY, processes, signals, and more using Rust. The video provides live coding examples of using Rust...
- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 2/3, live code signal, proc, IPC
- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 3/3 (tokio::process::Command)
- Article version

#Format/WorkshopSlides

- Diesel Workshop:

#Framework

#Framework/Axum

- Streaming Audio Apis: The Axum Server | xd009642:

- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.

- Simple way to make i18n support in Rust with with examples and tests - OnlyCoiners: Localization is crucial for modern software development. By supporting multiple languages, applications can reach a wider audience and become more inclusive, al...

- Backend In Rust - 01 Building a basic server - YouTube: Welcome to the first episode of our "Backend in Rust" series! In this video, we'll walk you through the basics of building a simple HTTP server using Rust. W...
- Backend in Rust 02 - JWT Authentication, Sea ORM, Axum, Rust

#Framework/Bevy

- First Steps in Game Development With Rust and Bevy | The RustRover Blog: Some of us might remember this 15-year-old Abstruse Goose comic about our choices in life. Learning the theory of computations might not be the most direct path to video game development.

- rustunit: Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services.

- rustunit: Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services.

- Build low poly terrain from planes meshes in Bevy - YouTube: Low poly procedural terrain in Bevy!

- Building a Bevy Plugin for Rolling Dice // Erik Horton: I’ve been thinking through a game idea that I know will need a dice rolling mechanic, so I decided to build out an MVP of that. The following is the end result of 2 days of working through that.

#Framework/Egui

- How to make Rust Desktop App with Egui and ChatGPT - OnlyCoiners: In this post, you will learn how to make a desktop app with Rust Eguiand ChatGPT with the async-openai-rustpackage. You can ...

#Framework/Embassy

- Intro to Embassy : embedded development with async Rust - YouTube: In this one we investigate some of the crates within the Embassy framework.Subscribe : https://www.youtube.com/@therustybits?sub_confirmation=1Patreon : http...

- README.md · main · Cyril Marpaud / Impl Snake for Microbit · GitLab: Rust implementation of a Snake game on BBC Micro:bit with Embassy.
- [French] Video version

- Beginner Rust ESP32 development - Snake: A technical blog about Rust, Linux and other topics.

#Framework/Leptos

- Build A Web + Desktop Application With Rust | by Kofi Otuo | Mar, 2025 | Medium: What if you could build a blazing-fast web app and a native desktop application — using a single codebase, with no JavaScript, but the safety guarantees of Rust? As developers, we’ve all felt the…
- Build A Web + Desktop Application With Rust: I | by Kofi Otuo | Mar, 2025 | Level Up Coding

#Framework/Tauri

- Build A Web + Desktop Application With Rust | by Kofi Otuo | Mar, 2025 | Medium: What if you could build a blazing-fast web app and a native desktop application — using a single codebase, with no JavaScript, but the safety guarantees of Rust? As developers, we’ve all felt the…
- Build A Web + Desktop Application With Rust: I | by Kofi Otuo | Mar, 2025 | Level Up Coding

#Interop

- Mix in Rust:

#Interop/C

- Mix in C with Rust: A taste of C in your Rust:

- Mix in Rust with C: Delegating FFI definitions to Diplomat:

- Mix in Rust with C:

#Interop/C++

- CppCon - C++/Rust Interop: Using Bridges in Practice | Tyler Weaver:
- Rust/C++ Interop Part 1 - Just the Basics
- Rust/C++ Interop Part 2 - CMake
- Rust/C++ Interop Part 3 - Cxx
- Rust/C++ Interop Part 4 - Binding to a C++/CMake/Conan Project

- A small trick for simple Rust/C++ interop:

- Mix in Rust with C++:

#Interop/Java

- Mix in Rust with Java (or Kotlin!):

#Interop/Javascript

- Rust interop in practice: speaking Python and Javascript - Blog - Tweede golf:

#Interop/Kotlin

- Mix in Rust with Java (or Kotlin!):

- Sqlx4k - Interoperability between Kotlin and Rust, using FFI (Part 1) | :: exploration and stuff ::: Introduction Previously, in the Sqlx4k - Introduction to Kotlin Native and FFI (Part 2), the second part of this series, we attempted to provide an introduction to how C Interoperability functions in Kotlin, offering various examples from the GitHub - smyrgeorge/sqlx4k codebase. Sqlx4k is a small, non-blocking PostgreSQL database driver written in Kotlin for the Native platform. It wraps the sqlx driver from the Rust ecosystem under the hood. The communication between the two languages is facilitated using FFI.

- Sqlx4k - Introduction to the Kotlin native and FFI (Part 1) | :: exploration and stuff ::: Introduction Recently, I began experimenting with the Kotlin Native platform. I initiated a new repository and attempted to create a simple project utilizing the ktor libraries. The purpose of the project was to recreate a small service that integrates some basic libraries and compile it to a native target (macosArm64 in my case). The service aimed to offer support for: Dependency injection HTTP server Database access (PostgreSQL) Additionally, RabbitMQ support (though it isn’t a priority for now) In this first article of the series, I aim to describe how I ended up writing “low-level” code (FFI between Kotlin and Rust) and also to highlight the importance of native compatibility in Kotlin Native.
- Sqlx4k - Introduction to the Kotlin native and FFI (Part 2)

#Interop/Python

- Rust interop in practice: speaking Python and Javascript - Blog - Tweede golf:

- Mix in Rust with Python: PyO3:

#Lang

#Lang/C

- [2412.15042] Compiling C to Safe Rust, Formalized: Abstract page for arXiv paper 2412.15042: Compiling C to Safe Rust, Formalized
- PDF link

#Lang/DotNet

- Rust for .net:

#Lang/Java

- Mix in Rust with Java (or Kotlin!):

#Lang/Kotlin

- Mix in Rust with Java (or Kotlin!):

- Sqlx4k - Interoperability between Kotlin and Rust, using FFI (Part 1) | :: exploration and stuff ::: Introduction Previously, in the Sqlx4k - Introduction to Kotlin Native and FFI (Part 2), the second part of this series, we attempted to provide an introduction to how C Interoperability functions in Kotlin, offering various examples from the GitHub - smyrgeorge/sqlx4k codebase. Sqlx4k is a small, non-blocking PostgreSQL database driver written in Kotlin for the Native platform. It wraps the sqlx driver from the Rust ecosystem under the hood. The communication between the two languages is facilitated using FFI.

- Sqlx4k - Introduction to the Kotlin native and FFI (Part 1) | :: exploration and stuff ::: Introduction Recently, I began experimenting with the Kotlin Native platform. I initiated a new repository and attempted to create a simple project utilizing the ktor libraries. The purpose of the project was to recreate a small service that integrates some basic libraries and compile it to a native target (macosArm64 in my case). The service aimed to offer support for: Dependency injection HTTP server Database access (PostgreSQL) Additionally, RabbitMQ support (though it isn’t a priority for now) In this first article of the series, I aim to describe how I ended up writing “low-level” code (FFI between Kotlin and Rust) and also to highlight the importance of native compatibility in Kotlin Native.
- Sqlx4k - Introduction to the Kotlin native and FFI (Part 2)

#Lang/MicroPython

- Nine Pico PIO Wats with Rust (Part 1) | Towards Data Science: Raspberry Pi programmable IO pitfalls illustrated with a musical example
- Nine Pico PIO Wats with Rust (Part 2)

#Lang/Python

- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:

#Lang/Zig

- Zig Makes Rust Cross-compilation Just Work | Actually.fyi: Cross-compiling to ARM MacOS with Zig is Easy.

#Packaging

#Packaging/Fedora

- Packaging a Rust Program for Fedora | Jose Fernandez: Packaging a Rust program for Fedora may seem daunting initially, but it’s more straightforward than expected, thanks to excellent documentation, Rust-specific tooling, and a helpful community. Over the past two months, I packaged bpftop, a process monitor for eBPF programs. While there were some specific considerations with Rust, the process was manageable. In this post, I’ll share the steps I took, the insights I gained, and how to streamline the experience.

#Protocol

#Protocol/ApacheKafka

- Apache Kafka protocol with serde, quote, syn and proc_macro2: Using serde, quote, syn and proc_macro2 to implement the Kafka protocol in Rust.

#Tools/Perf

- Optimization adventures: making a parallel Rust workload 10x faster with (or without) Rayon | Blog | Guillaume Endignoux: In a previous post, I’ve shown how to use the rayon framework in Rust to automatically parallelize a loop computation across multiple CPU cores.Disappointing...
- Optimization adventures: making a parallel Rust workload even faster with data-oriented design (and other tricks)

#Tools/Strace

- Optimization adventures: making a parallel Rust workload 10x faster with (or without) Rayon | Blog | Guillaume Endignoux: In a previous post, I’ve shown how to use the rayon framework in Rust to automatically parallelize a loop computation across multiple CPU cores.Disappointing...
- Optimization adventures: making a parallel Rust workload even faster with data-oriented design (and other tricks)

#Topic

#Topic/ABA

- Solving the ABA Problem in Rust with Tagged Pointers: Solving the ABA Problem in Rust: Tagged Pointers with Versioning
- Epoch Adventures: Breaking Free from ABA in Concurrent Rust

#Topic/ACME

- Provisioning TLS Certificates in Rust With ACME | Shuttle: How we provision TLS certificates for custom domains in Rust using the `instant_acme` crate.

#Topic/AdventOfCode

- Solving Advent of Code at Compile Time with Rust Macros | Double Free Dev: Producing good software is difficult. Writing tests, reasoning about unintended effects, tedious considerations about time vs memory trade-offs. The perfe...

#Topic/Algirthm

- Introduction - Gray-Scott with Rust:

#Topic/Algorithm

- Optimizing with Novel Calendrical Algorithms:

#Topic/Architecture

- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.

#Topic/Async

- Pinning Down "Future Is Not Send" Errors | Evan Schwartz: If you use async Rust and Tokio, you are likely to run into some variant of the "future is not Send" compiler error. While transitioning some sequential asyn...

- Concurrent and parallel future execution in Rust: A lot has been written about concurrency and parallelism, so we only briefly define what is needed for this article: Concurrent programming allows us to run two or more computations in overlapping per

- Introduction - Hello async Rust:

- Caio's Stuff:

- Justin Beaurivage's Blog: Version 0.20.0 of the atsamd-hal project was recently released. With it comes its first official support for async peripheral APIs. To mark the occasion, I wanted to share my experience writing futures from scratch on microcontrollers, and help demistify this sometimes complex, yet incredibly useful tool.

- Building Thread-safe Async Primitives in 150 lines of Rust | Amit's Blog: In this post, I’ll go over a simple, yet fast implementation of the (commonly seen) “oneshot” channel, going through lower-level asynchronous Rust, synchronization primitives, all alongside the unseen footguns of concurrent code

- Exploring Async Runtimes by Building our Own :: KataShift: Who needs tokio?

- Async Rust in Three Parts:
- Async Rust, Part One: Futures
- Async Rust, Part Two: Tasks
- Async Rust, Part Three: IO

- Rust Async I/O: Futures, Thread Pools: Learn how Rust's async system enhances performance by utilizing futures, wakers, and thread pools for non-blocking I/O operations

- Build with Naz : Create an async shell in Rust - YouTube: This video shows how you can build an async REPL or shell in Rust, using the r3bl_terminal_async crate. This example simply creates a long running bash proce...

- Mastering Dependency Injection in Rust: Crafting a Custom Container - chesedo: Learn how to implement a custom Dependency Injection (DI) container in Rust. This comprehensive guide covers various dependency types, lifetimes, and advanced patterns, providing a solid foundation for building modular and testable Rust applications.
- Mastering Dependency Injection in Rust: Despatma basics
- Mastering Dependency Injection in Rust: Despatma with Lifetimes

- tracing tokio resources - hēg denu - Hayden Stainsby:

- Async Rust for Dummies: Introduction Hello, Rustaceans! I'm quite sure many of you use async Rust every day in your projects, but do you actually know how it works under the hood? In…

#Topic/Audio

- Rust in Audio - YouTube: In this video, I'll show you all the basic types of collections that are relevant for audio and how to pass them as references to functions.The Rust in Audio...
- Rust in Audio: Collections
- Rust in Audio: Pointers & Lifetimes
- Rust in Audio: Interleaved Audio & Iterators
- Rust in Audio: Generics & Traits

#Topic/Bevy

- First Steps in Game Development With Rust and Bevy | The RustRover Blog: Some of us might remember this 15-year-old Abstruse Goose comic about our choices in life. Learning the theory of computations might not be the most direct path to video game development.

- rustunit: Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services.

#Topic/BevyPlugin

- Building a Bevy Plugin for Rolling Dice // Erik Horton: I’ve been thinking through a game idea that I know will need a dice rolling mechanic, so I decided to build out an MVP of that. The following is the end result of 2 days of working through that.

#Topic/Box

- Build with Naz : Box and Pin exploration in Rust | developerlife.com: This tutorial, video, and repo are a deep dive into Rust Pin and Box types, along with concepts of ownership and borrowing. We will also cover a lot of background information on the concepts of operating system process, memory allocation and access, stack, and heap. The examples we create are designed to demonstrate the different semantics around the use of boxes and pinned boxes in Rust.
- Video version

#Topic/Build

- How to build and publish multi-platform Rust binaries via Github actions | exotext: How to build and publish multi-platform Rust binaries via Github actions | exotext

#Topic/C2Rust

- Translating bzip2 with c2rust - Trifecta Tech Foundation:

#Topic/CI

- Tips for Faster Rust CI Builds | corrode Rust Consulting: I’ve been working with many clients lately who host their Rust projects on GitHub...

#Topic/CI/GitHub

- Tips for Faster Rust CI Builds | corrode Rust Consulting: I’ve been working with many clients lately who host their Rust projects on GitHub...

- How to build and publish multi-platform Rust binaries via Github actions | exotext: How to build and publish multi-platform Rust binaries via Github actions | exotext

#Topic/CStruct

- Deserializing Binary Data Files in Rust · Michael-F-Bryan:

#Topic/Calendering

- Optimizing with Novel Calendrical Algorithms:

#Topic/CodeOrganisation

- How to organize large Rust codebases: Want to learn more real-world Rust, offensive security and applied cryptography? Take a look at my book Black Hat Rust, where, among other things, you will learn how to build your own end-to-end encryption protocol for a Remote Access Tool (RAT), web servers and exploits in Rust. As a Rust

#Topic/Collections

- Rust Collections Explained - YouTube: A rundown of Rust collections and iterators, including a bit about what's going on behind the scenes.

#Topic/Compiler

- Emjay - a simple JIT that does math · Andrea Bergia's Website: Today I wanna show off my most recent little project, called emjay. It’s a very simple “language”, with an evaluator that generates JIT code and executes it. It does not have a “normal” interpreter, only the JIT compiler. The language is extremely limited, but that was intentional, since I wanted something simple that I could write end-to-end. All the code is written in Rust and it is hosted on GitHub at https://github.com/andreabergia/emjay. It’s roughly 4k lines of code including tests, so it is small enough to be presented in this post.

- A length-indexed Vector in Rust: Sneak peeking at Dependent Types and an encoding of length-indexed vectors in Rust to constraint consumers on operations they can perform. It’s customary to introduce Dependent Types (types as first-class citizens that may depend on terms) with vectors (or rather linked-lists) parameterized by a type A, indexed by a type...

- Part 0: Designing a Language without a Parser · Thunderseethe's Devlog: Designing a language, types first
- Part 1: Bidirectional Constraint Generation
- Part 2: Tying up Type Inference
- Part 3: Rowing Afloat Datatype Boats
- Part 4: TypeChecking Top Level Functions
- Part 5a: Lowering Our AST to Escape the Typechecker
- Part 5b: Escaping the Typechecker, an Implementation
- Part 6a: Lowering Row Types, Evidently
- Part 6b: The Types of Lowered Rows
- Part 6c: The Heart of Lowered Rows
- Part 7: Lowering Top Level Items

#Topic/Compression

- Integer Compression :: KataShift: Why use many byte when few byte do trick?

#Topic/Const

- Compile-time Hex String Validation in Rust using Const Evaluation - Move into the Future: Learn how to leverage Rust's const evaluation features to validate hex strings at compile time, ensuring type safety and zero runtime overhead.

- Designing a const `array::from_fn` in stable Rust:

#Topic/CopyOnWrite

- Jens Getreu's blog - How to shallow clone a Cow:

#Topic/CorssCompile

- Zig Makes Rust Cross-compilation Just Work | Actually.fyi: Cross-compiling to ARM MacOS with Zig is Easy.

#Topic/CrossPlatform

- Ferrostar: Building a Cross-Platform Navigation SDK in Rust (Part 1) | Stadia Maps: The first in a series of technical blog posts covering cross-platform mobile development in Rust.
- Ferrostar: Building a Cross-Platform Navigation SDK in Rust (Part 2 - iOS Packaging)

#Topic/DNS

- Building a DNS Server in Rust: Part 1 of 2: Learn how to build a DNS server in Rust from scratch. Explore the DNS protocol, create a simple server, and handle DNS queries with ease.

#Topic/DataCompression

- Translating bzip2 with c2rust - Trifecta Tech Foundation:

#Topic/Deadlock

- Rust's Sneaky Deadlock With `if let` Blocks | Brooks Blog: Rust is my favorite programming language. I've been writing Rust for about 6 years, from college to professionally, and I'm vocal about how helpful the compi...

#Topic/DependancyInjection

- Mastering Dependency Injection in Rust: Crafting a Custom Container - chesedo: Learn how to implement a custom Dependency Injection (DI) container in Rust. This comprehensive guide covers various dependency types, lifetimes, and advanced patterns, providing a solid foundation for building modular and testable Rust applications.
- Mastering Dependency Injection in Rust: Despatma basics
- Mastering Dependency Injection in Rust: Despatma with Lifetimes

#Topic/Driver

- Writing a Simple Driver in Rust – Pavel Yosifovich: The Rust language ecosystem is growing each day, its popularity increasing, and with good reason. It's the only mainstream language that provides memory and concurrency safety at compile time, with a powerful and rich build system (cargo), and a growing number of packages (crates). My daily driver is still C++, as most of my work…

- Creating an embedded device driver in Rust | voided warranty: In this post, we take a look at developing a device driver in Rust using Dion Dokter’s device driver crate

#Topic/Drop

- Read the Code: Using Drop Safely in Rust — Sympolymathesy, by Chris Krycho: A deep dive into Rust’s vec::Drain and its Drop implementation as an example of how ownership prevents subtle bugs—memory and otherwise!

#Topic/ESP32Cam

- Building a Wifi-controlled car with Rust and ESP32: A technical blog about Rust, Linux and other topics.

#Topic/Embedded

- Rust and embedded programming with Leon Vak: In this online session Leon Vak, who gave 3 excellent presentations about Embedded programming and Linux kernel programming with Rust at Abra, is going to show us how he uses Rust to write programs for an embedded device.

- Nine Pico PIO Wats with Rust (Part 1) | Towards Data Science: Raspberry Pi programmable IO pitfalls illustrated with a musical example
- Nine Pico PIO Wats with Rust (Part 2)

- Intro to Embassy : embedded development with async Rust - YouTube: In this one we investigate some of the crates within the Embassy framework.Subscribe : https://www.youtube.com/@therustybits?sub_confirmation=1Patreon : http...

- Justin Beaurivage's Blog: Version 0.20.0 of the atsamd-hal project was recently released. With it comes its first official support for async peripheral APIs. To mark the occasion, I wanted to share my experience writing futures from scratch on microcontrollers, and help demistify this sometimes complex, yet incredibly useful tool.

- Rust 🦀 on the RP2040: Get stated with writing rust on the Raspberry Pico

- Beginner Rust ESP32 development - Snake: A technical blog about Rust, Linux and other topics.

#Topic/ErrorHandling

- The Definitive Guide to Error Handling in Rust: Learn to model and handle any error using idomatic Rust.

#Topic/FFI

- Sqlx4k - Interoperability between Kotlin and Rust, using FFI (Part 1) | :: exploration and stuff ::: Introduction Previously, in the Sqlx4k - Introduction to Kotlin Native and FFI (Part 2), the second part of this series, we attempted to provide an introduction to how C Interoperability functions in Kotlin, offering various examples from the GitHub - smyrgeorge/sqlx4k codebase. Sqlx4k is a small, non-blocking PostgreSQL database driver written in Kotlin for the Native platform. It wraps the sqlx driver from the Rust ecosystem under the hood. The communication between the two languages is facilitated using FFI.

- Sqlx4k - Introduction to the Kotlin native and FFI (Part 1) | :: exploration and stuff ::: Introduction Recently, I began experimenting with the Kotlin Native platform. I initiated a new repository and attempted to create a simple project utilizing the ktor libraries. The purpose of the project was to recreate a small service that integrates some basic libraries and compile it to a native target (macosArm64 in my case). The service aimed to offer support for: Dependency injection HTTP server Database access (PostgreSQL) Additionally, RabbitMQ support (though it isn’t a priority for now) In this first article of the series, I aim to describe how I ended up writing “low-level” code (FFI between Kotlin and Rust) and also to highlight the importance of native compatibility in Kotlin Native.
- Sqlx4k - Introduction to the Kotlin native and FFI (Part 2)

#Topic/FromScratch

- Parsing arguments in Rust with no dependencies | nicole@web:

- Tutorial: Implementing JSON parsing (Rust) | David's Software: Learn the fundamentals of parsing by implementing JSON parsing from scratch
- Tutorial: Writing a JSON Parser (Rust) - Part 2/2

#Topic/Futex

- Futexes at Home:

#Topic/GarbageCollection

- Writing a mark-and-sweep tracing GC in Rust: Mark-and-sweep garbage collection of unreachable objects

- Crafting Interpreters with Rust: On Garbage Collection | ltungv: I became interested in implementing programming languages a few years ago and discovered [Crafting Interpreters](https://craftinginterpreters.com/) by Bob Nystrom. At the time, I had experience with Rust and decided to use it to follow the book. Albeit, being a noob, I managed to implement a fully functional bytecode interpreter that supported every feature of the Lox language as described. However, my implementation suffered memory leaks due to reference counting. Back then, I didn't fully grasp Rust to design and implement a proper garbage collector (GC)! Now that I have more confidence in the language, I decided to revisit the project and improve its memory management scheme.

#Topic/GettingStarted

- Rust 🦀 on the RP2040: Get stated with writing rust on the Raspberry Pico

#Topic/GlobalRegistration

- Global Registration: You might not have considered this before, but tests in Rust are rather magical. Anywhere in your project you can slap `#[test]` on a function and the compiler makes sure that they're all automatically run. This pattern, of wanting access to items that are distributed over a crate and possibly even multiple crates, is something that projects like bevy, tracing, and dioxus have all expressed interest in but it's not something that Rust supports except for tests specifically.

#Topic/Gotchas

- Surprises with Rust's `as` (and Python division) | Anna Hope: `as` is easy, convenient, and maybe not something to use

#Topic/GraphQL

- GraphQL based Admin Dashboard with Loco and Seaography | SeaQL: In this tutorial, we would develop a GraphQL based admin dashboard with Seaography and Loco.

#Topic/HTTPServer

- Backend In Rust - 01 Building a basic server - YouTube: Welcome to the first episode of our "Backend in Rust" series! In this video, we'll walk you through the basics of building a simple HTTP server using Rust. W...
- Backend in Rust 02 - JWT Authentication, Sea ORM, Axum, Rust

#Topic/HexStrings

- Compile-time Hex String Validation in Rust using Const Evaluation - Move into the Future: Learn how to leverage Rust's const evaluation features to validate hex strings at compile time, ensuring type safety and zero runtime overhead.

#Topic/HighPerformanceComputing

- Introduction - Gray-Scott with Rust:

#Topic/IfLetBlock

- Rust's Sneaky Deadlock With `if let` Blocks | Brooks Blog: Rust is my favorite programming language. I've been writing Rust for about 6 years, from college to professionally, and I'm vocal about how helpful the compi...

#Topic/Interpreter

- Crafting an Interpreter in Rust #01: Basic Bytecode Chunks - PeerTube (xy-space): In this video, we start our journey on implementing a bytecode virtual machine for the Lox language by implementing a data structure for our bytecode: a chunk. This series follows the second part o...
- Crafting an Interpreter in Rust #02: First Virtual Machine
- Crafting an Interpreter in Rust #03: Scanning on Demand

- Implementing a Lox interpreter in Rust - YouTube: For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really. I've wanted to impleme...

#Topic/Intro

- An Intro to the Rust Programming Language: Getting introduced to the Rust programming language and why you should try it.

#Topic/Ioctls

- ioctls from Rust - by Julio Merino - Blog System/5: Diving into what the ioctl system call is and how to invoke it from Rust

#Topic/Iterator

- orxfun - notes: This article discusses iterable and collection traits that represent types that can be iterated over repeatedly, and how they are introduced almost effortlessly thanks to the powerful type system of rust.

- Difference Between iter() and into_iter() in Rust - crustc: 1. Introduction The Rust language provides iterators that make complex data structures easy to traverse, transform, and filter. Common iterators in Rust include iter(), iter_mut(), and into_iter(). Iter() and into_iter() are provided for different use cases. In this tutorial, we'll learn the basics of iter() and into_iter(). Finally, we'll see an example use case and

#Topic/Iterators

- Rust Collections Explained - YouTube: A rundown of Rust collections and iterators, including a bit about what's going on behind the scenes.

#Topic/JIT

- Emjay - a simple JIT that does math · Andrea Bergia's Website: Today I wanna show off my most recent little project, called emjay. It’s a very simple “language”, with an evaluator that generates JIT code and executes it. It does not have a “normal” interpreter, only the JIT compiler. The language is extremely limited, but that was intentional, since I wanted something simple that I could write end-to-end. All the code is written in Rust and it is hosted on GitHub at https://github.com/andreabergia/emjay. It’s roughly 4k lines of code including tests, so it is small enough to be presented in this post.

- A length-indexed Vector in Rust: Sneak peeking at Dependent Types and an encoding of length-indexed vectors in Rust to constraint consumers on operations they can perform. It’s customary to introduce Dependent Types (types as first-class citizens that may depend on terms) with vectors (or rather linked-lists) parameterized by a type A, indexed by a type...

#Topic/JNI

- Mix in Rust with Java (or Kotlin!):

#Topic/JNR-FFI

- Mix in Rust with Java (or Kotlin!):

#Topic/JSONParsing

- Tutorial: Implementing JSON parsing (Rust) | David's Software: Learn the fundamentals of parsing by implementing JSON parsing from scratch
- Tutorial: Writing a JSON Parser (Rust) - Part 2/2

#Topic/JWT

- Backend In Rust - 01 Building a basic server - YouTube: Welcome to the first episode of our "Backend in Rust" series! In this video, we'll walk you through the basics of building a simple HTTP server using Rust. W...
- Backend in Rust 02 - JWT Authentication, Sea ORM, Axum, Rust

#Topic/Lifetimes

- Build with Naz : Rust Lifetimes - YouTube: This video, related article and repo explore Rust lifetimes using lots of examples (seven)
- Article version

#Topic/Localization

- Simple way to make i18n support in Rust with with examples and tests - OnlyCoiners: Localization is crucial for modern software development. By supporting multiple languages, applications can reach a wider audience and become more inclusive, al...

#Topic/MIDI

- Parsing MIDI messages in Rust | nicole@web:

#Topic/Macro

- Derive Macros — by Lowell Thoerner — Seattle Rust User Group, December 2024 - YouTube: Or, How I Learned to Stop Worrying and Love the proc_macro2::TokenStreamContact & Code

- Solving Advent of Code at Compile Time with Rust Macros | Double Free Dev: Producing good software is difficult. Writing tests, reasoning about unintended effects, tedious considerations about time vs memory trade-offs. The perfe...

- Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros: Learn how to use the Rust Syn crate to create custom builder patterns with procedural macros. This tutorial covers step-by-step implementation, examples, and tips for building flexible APIs in Rust with Syn.

- Why I love Rust for tokenising and parsing | xnacly - blog: Macros, iterators, patterns, error handling and match make Rust almost perfect

#Topic/Macro/Procedural

- A Daft proc-macro trick: How to Emit Partial-Code + Errors: A recent Oxide and Friends podcast episode, “A crate is born,” detailed the creation of a proc macro for deriving “diffable” data structures with a trick I w...

- Comprehending Proc Macros - YouTube: Rust procedural macros can do amazing things, including implementing an entire dang Python feature from scratch. I've wanted to make this "lecture+tutorial" ...

#Topic/Mandelbrot

- Beyond multi-core parallelism: faster Mandelbrot with SIMD: Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
- Using portable SIMD in stable Rust

#Topic/MarkAndSweep

- Writing a mark-and-sweep tracing GC in Rust: Mark-and-sweep garbage collection of unreachable objects

#Topic/Memory

- Demystifying Alignment and Memory Layout in Rust: Building blocks for performant, efficient and correct applications

- Understanding Memory Ordering in Rust | Evan Schwartz: I am reading Mara Bos' Rust Atomics and Locks. On the first pass, I didn't really grok memory ordering. So here's my attempt at understanding by explaining.

- Build with Naz : Rust memory address and size - YouTube: This video shows how you can get the address and size of variables on the stack and heap in Rust.Issue that inspired this video

#Topic/Multi-threading

- Solving the ABA Problem in Rust with Tagged Pointers: Solving the ABA Problem in Rust: Tagged Pointers with Versioning
- Epoch Adventures: Breaking Free from ABA in Concurrent Rust

#Topic/Multiplexer

- Developing a Zellij plugin using Rust: A walkthrough of creating a Zellij plugin from start to end

#Topic/Multitasking

- Cooperative multitasking in Rust: Async runtimes and concurrency patterns

#Topic/Observability

- Getting better insights into your Rust applications - 21 Lessons: Use the tracing crate to make your first step towards Observability

#Topic/OpenTelemetry

- How to instrument a Rust application with OpenTelemetry - 21 Lessons: Collect runtime inFormation from your Rust application with OpenTelemetry

#Topic/Optimisation

- A 10x faster batch job by batching PostgreSQL inserts/updates with Rust and SQLx: I have this hourly batch job that was taking ~30 minutes to complete and was causing too much strain on the database because it needs to insert/update between 300,000 and 500,000 records every time. The batch job makes thousands and thousands of network requests, so a 30 minute execution time

- Optimizing with Novel Calendrical Algorithms:

- Demystifying Alignment and Memory Layout in Rust: Building blocks for performant, efficient and correct applications

- Fast Unorm Conversions - RunDev: Optimizing the conversion of 5-bit unorms to 8-bit unorms in Rust.

- Optimization adventures: making a parallel Rust workload 10x faster with (or without) Rayon | Blog | Guillaume Endignoux: In a previous post, I’ve shown how to use the rayon framework in Rust to automatically parallelize a loop computation across multiple CPU cores.Disappointing...
- Optimization adventures: making a parallel Rust workload even faster with data-oriented design (and other tricks)

- Rope Optimizations, Part 1 — Zed's Blog: From the Zed Blog: In this episode of Zed Decoded, Thorsten and Antonio walk through the performance optimizations Antonio when working on Zed's Rope data structure before they then pair on adding more optimizations
- Video version

- "German string" optimizations in Spellbook:

- rust-blog/posts/rust-in-non-rust-servers.md at master · pretzelhammer/rust-blog · GitHub: Educational blog posts for Rust beginners. Contribute to pretzelhammer/rust-blog development by creating an account on GitHub.

- Beyond multi-core parallelism: faster Mandelbrot with SIMD: Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
- Using portable SIMD in stable Rust

- Fastest Vec Update on My Computer | Anti Object Oriented Programming: “Premature optimization is the root of all evil.” At least that is what ‘big java’ wants you to think. But if I wasn’t worried about optimizations I’d be using linked lists in Haskell. I use rust because I want speed. If you are here for speed, then keep reading. In this post you’ll find a detailed account of how I created a problem, solved the problem, and then optimized the solution way to much.

#Topic/PGVector

- Using pgVector with SeaORM in Rust | Data Engineering ∪ Data Science: Use MLflow to productionize an MXNet model in Amazon SageMaker.

#Topic/PhantomData

- Write Cleaner, More Maintainable Rust Code with PhantomData: Solving the Redundancy Problem: How PhantomData Saves the Day in Rust

#Topic/Pin

- Basics of Pinning in Rust: How pinning memory makes for a sound application

- Build with Naz : Box and Pin exploration in Rust | developerlife.com: This tutorial, video, and repo are a deep dive into Rust Pin and Box types, along with concepts of ownership and borrowing. We will also cover a lot of background information on the concepts of operating system process, memory allocation and access, stack, and heap. The examples we create are designed to demonstrate the different semantics around the use of boxes and pinned boxes in Rust.
- Video version

#Topic/Plotting

- Porting the guff plot device to Rust - YouTube: For this stream, I wanted to implement something in Rust where we didn't _also_ need to learn a new technical topic, and instead could focus just on the "wri...

#Topic/Polymorphism

- Build with Naz : traits, subtyping, polymorphism in Rust - YouTube: This video shows how you can use subtyping and traits in Rust to create polymorphic code that is similar to what you might expect from an OOP language. Rust ...

#Topic/Postgresql

- A 10x faster batch job by batching PostgreSQL inserts/updates with Rust and SQLx: I have this hourly batch job that was taking ~30 minutes to complete and was causing too much strain on the database because it needs to insert/update between 300,000 and 500,000 records every time. The batch job makes thousands and thousands of network requests, so a 30 minute execution time

#Topic/PrattParsing

- Implementing a Lox interpreter in Rust - YouTube: For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really. I've wanted to impleme...

#Topic/Prototyping

- Prototyping in Rust | corrode Rust Consulting: Programming is an iterative process - as much as we would like to come up with the perfect solution from the start, it rarely works that way.

#Topic/RasberryPi

- Rust 🦀 on the RP2040: Get stated with writing rust on the Raspberry Pico

#Topic/RaspberryPicco

- Rust 🦀 on the RP2040: Get stated with writing rust on the Raspberry Pico

#Topic/ReactionDiffusion

- Introduction - Gray-Scott with Rust:

#Topic/Release

- How to build and publish multi-platform Rust binaries via Github actions | exotext: How to build and publish multi-platform Rust binaries via Github actions | exotext

#Topic/SIMD

- From hours to 360ms: over-engineering a puzzle solution | Blog - Daniel Huang: where my words occasionally escape /dev/null

- Beyond multi-core parallelism: faster Mandelbrot with SIMD: Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
- Using portable SIMD in stable Rust

#Topic/SQL

- Build your own SQLite, Part 1: Listing tables: As developers, we use databases all the time. But how do they work? In this series, we'll try to answer that question by building our own SQLite-compatible database from scratch. Source code examples will be provided in Rust, but you are encouraged t...
- Build your own SQLite, Part 2: Scanning large tables
- Build your own SQLite, Part 3: SQL parsing 101
- Build your own SQLite, Part 4: reading tables metadata
- Build your own SQLite, Part 5: Evaluating queries

#Topic/SQLite

- Build with Naz : Diesel ORM, SQLite, and Rust - YouTube: Build with Naz : Diesel ORM, SQLite, and RustThis video shows how you can use Rust and Diesel ORM to:- create and run migrations- generate schemas- perform C...
- Article version

#Topic/ScreenCapture

- Making games play themselves with Rust Part 1: Screen Interaction: An introduction to automated gaming!
- Making games play themselves with Rust Part 2: Parsing the Game State
- Making games play themselves with Rust Part 2.5: Proof by Exhaustive Search

#Topic/SearchEngine

- Hello > Building a search engine from scratch, in Rust: introduction: Have you ever wondered how search engines work under the hood? I'm not talking about vector search or anything fancy, but just the good old search engines that could really find what we would look for…
- Building a search engine from scratch, in Rust: part 1

#Topic/Serde

- Apache Kafka protocol with serde, quote, syn and proc_macro2: Using serde, quote, syn and proc_macro2 to implement the Kafka protocol in Rust.

- Serde Trait - Part 1: Overview | My blog: Serde for trait objects - Part 1: Overview
- Serde for trait objects - Part 2: Serialization
- Serde for trait objects - Part 3: Deserialization

#Topic/ShallowClone

- Jens Getreu's blog - How to shallow clone a Cow:

#Topic/Simulation

- Introduction - Gray-Scott with Rust:

#Topic/StateMachine

- Transition Systems in Rust: Learn how to define and implement state transitions using Rust, creating robust and maintainable transition systems.

#Topic/Strings

- When should I use String vs &str?:

#Topic/Subtyping

- Build with Naz : Rust Lifetimes - YouTube: This video, related article and repo explore Rust lifetimes using lots of examples (seven)
- Article version

- Build with Naz : Rust subtyping and variance - YouTube: This video, related article and repo explore Rust subtyping and variance. They are related to the Rust lifetime video.Article:
- Article version

#Topic/Syntax

- Rust's Most Subtle Syntax | zk: 'What?' - Richard Nixon

#Topic/TLS

- Provisioning TLS Certificates in Rust With ACME | Shuttle: How we provision TLS certificates for custom domains in Rust using the `instant_acme` crate.

- Build with Naz : TLS (Transport Layer Security) in Rust with tokio, rustls, CFSSL - YouTube: This video shows how you can use TLS, Rust, and CFSSL to:- create self signed certificate and certificate authority, and keys- create server certificate issu...
- Article version

#Topic/TLS-certificate

- Provisioning TLS Certificates in Rust With ACME | Shuttle: How we provision TLS certificates for custom domains in Rust using the `instant_acme` crate.

#Topic/TTY

- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 1/3 (background info) - YouTube: This video series, related article and repo explore Linux TTY, processes, signals, and more using Rust. The video provides live coding examples of using Rust...
- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 2/3, live code signal, proc, IPC
- Build with Naz : Explore Linux TTY, process, signals w/ Rust - Part 3/3 (tokio::process::Command)
- Article version

#Topic/TUI

- Ratatui - terminal user interfaces in Rust with Orhun Parmaksız - build ratatop in pair programming - YouTube:
- Transcript

#Topic/Testing

#Topic/Testing/Fuzzing

- Decrusting the quickcheck crate - YouTube: In this stream, we peeled back the crust on the quickcheck crate —https://github.com/BurntSushi/quickcheck/ — and explored its interface,structure, and mecha...

#Topic/Time

- Optimizing with Novel Calendrical Algorithms:

#Topic/Tokoniser

- Why I love Rust for tokenising and parsing | xnacly - blog: Macros, iterators, patterns, error handling and match make Rust almost perfect

#Topic/Tracing

- tracing tokio resources - hēg denu - Hayden Stainsby:

#Topic/TypeCasting

- Surprises with Rust's `as` (and Python division) | Anna Hope: `as` is easy, convenient, and maybe not something to use

#Topic/TypeInterface

- Part 0: Designing a Language without a Parser · Thunderseethe's Devlog: Designing a language, types first
- Part 1: Bidirectional Constraint Generation
- Part 2: Tying up Type Inference
- Part 3: Rowing Afloat Datatype Boats
- Part 4: TypeChecking Top Level Functions
- Part 5a: Lowering Our AST to Escape the Typechecker
- Part 5b: Escaping the Typechecker, an Implementation
- Part 6a: Lowering Row Types, Evidently
- Part 6b: The Types of Lowered Rows
- Part 6c: The Heart of Lowered Rows
- Part 7: Lowering Top Level Items

#Topic/Unix

- ioctls from Rust - by Julio Merino - Blog System/5: Diving into what the ioctl system call is and how to invoke it from Rust

#Topic/Unorm

- Fast Unorm Conversions - RunDev: Optimizing the conversion of 5-bit unorms to 8-bit unorms in Rust.

#Topic/Unsafe

- Deserializing Binary Data Files in Rust · Michael-F-Bryan:

#Topic/Validation

- Building an email address parser in Rust with nom: Using Nom to create a safe email validation parser in Rust. How to create combinator parsing that can be compiled to WebAssembly.

#Topic/VectorSearch

- Using pgVector with SeaORM in Rust | Data Engineering ∪ Data Science: Use MLflow to productionize an MXNet model in Amazon SageMaker.

#Topic/VectorTraits

- orxfun - notes: This article discusses the requirement for vector traits and motivation behind the orx-v crate that provides discussed abstraction to unify the vectors.

#Topic/Vendoring

- Vendoring C/C++ dependencies in Rust: What is vendoring about? I'm writing this post because basically I haven't found any guide about this, and for sure with this level of completeness and…

#Topic/WASIp2

- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:

#Topic/WASM

- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:

#Topic/Wasm

- rustunit: Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services.

#Topic/WasmBindgen

- Introduction - The `wasm-bindgen` Guide:

- Rust interop in practice: speaking Python and Javascript - Blog - Tweede golf:

#Topic/Web

- Caio's Stuff:

#Topic/Webassembly

- Hello > Building a search engine from scratch, in Rust: introduction: Have you ever wondered how search engines work under the hood? I'm not talking about vector search or anything fancy, but just the good old search engines that could really find what we would look for…
- Building a search engine from scratch, in Rust: part 1

- A Gentle Introduction to WebAssembly in Rust (2025 Edition) - DEV Community:

- Introduction - Rust and WebAssembly:

- Introduction - The `wasm-bindgen` Guide:

- How to run WebAssembly from your Rust Program - 21 Lessons: Learn how you can embed WebAssembly in your Rust program with wasmtime

#Topic/Websocket

- Streaming Audio Apis: The Axum Server | xd009642:

#Topic/ZellijPlugin

- Developing a Zellij plugin using Rust: A walkthrough of creating a Zellij plugin from start to end

#Topic/eBPF

- Writing eBPF Tracepoint Program with Rust Aya: Tips and Example – Yuki Nakamura's Blog: TL;DR This post shows an example eBPF Tracepoint program and shares tips on writing the eBPF Tracepoint programs with aya. 🦀🐝 IntroductionDataflow Kernel spaceUser spaceBenefits of using ayaOne language: RustAuto-generating Rust codesRun eBPF Tracepoint tracing programPrerequisitesCloneGenerate structs codesBuild and RunTips on writing eBPF codesTip1: Deserializing with generated struct codesTip2. Decode __data_locTip3. PerCpuArray eBPF Map as…

#Topic/parsingCLIArguments

- Parsing arguments in Rust with no dependencies | nicole@web: