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