rust-magic-patterns
Magical Rust patterns laid out and simplified
git clone https://github.com/alexpusch/rust-magic-patterns.gitalexpusch/rust-magic-patternsRust magic patterns
The best way to learn Rust is by looking at simplified examples and building from there. Well, maybe not the best way, but this is the content of this blog repository.
2026-07-24 - Delightful integration tests in Rust
Integration tests require us to manage application infrastructure at test runtime. Let’s learn how to leverage RAII to help with that, and introduce testcontainers-rs , which makes this process truly delightful.
2025-04-13 - A Visual Journey Through Async Rust
"Async code is concurrent, not parallel". Have you heard this phrase about Rust/Node.js async runtimes? How about "CPU-bound code will block the async executor"? Let's investigate these claims with some code and visualizations.
2025-01-18 - Async Pipeline Pattern - Eager to work
The async pipeline pattern utilizes tasks and channels to concurrently process data. Lets learn about it from scratch and wrap it into a crate.
2024-04-20 - Rust Stream API visualized and exposed
Rust Stream API is very elegant, but do you really know whats going on? Lets visualize streams and find some surprising results
2023-11-18 - Dumbing down Rust Iterator internals
Iterator API and its documentation can be a daunting for a beginner. lets learn about it by implementing a simple version
2022-09-26 - Axum style magic function params
How in the world Axum manage to have methods that receive function pointers to various types of functions? What kind of black magic is this?
Additional languages
more like this
TachiSnap
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…
bit_gossip
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.