Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
709 results
Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...
107,431 views
11 months ago
I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.
119,794 views
5 months ago
Those who have followed me for a while may already know that I'm a bit of an ML Luddite — it's not that I'm opposed to the use of ...
51,084 views
9 months ago
In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video ...
278,907 views
6 years ago
I hope that this is a useful resource for all developers wanting to deepen their understanding of Rust programming language.
22,366 views
2 years ago
Finally, we tackle the topic of async/await in Rust, and specifically looking at how to use and think about async/await more so than ...
236,146 views
4 years ago
In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...
102,705 views
5 years ago
For some time I've been looking for an opportunity to do a stream on writing a parser + interpreter for... something. Anything really.
95,602 views
1 year ago
We implement a Wordle solver in Rust based off on the excellent 3blue1brown video on the same topic: ...
168,910 views
Following another Twitter poll (https://twitter.com/Jonhoo/status/1000102031925956610), we're building a simple hash map in ...
40,099 views
7 years ago
In this video we go over the various collection types in the Rust standard library (effectively `std::collections`), and discuss a bit ...
88,494 views
3 years ago
In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...
254,405 views
In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...
121,956 views
In this episode of Crust of Rust, we go over subtyping and variance — a niche part of Rust that most people don't have to think ...
74,375 views
Rust is the language of the future ... unless the future involves basic arithmetic.
8,354 views
In this Crust of Rust episode, we implement some common sorting algorithms in Rust. This episode doesn't aim to explain any ...
68,361 views
In this stream we work through the fly.io distributed systems challenges (https://fly.io/dist-sys/) in Rust, and solve all the way up to ...
312,421 views
In this stream, we implement core pieces of git from scratch by following the CodeCrafters git "course" ...
108,979 views
In this stream, we're doing the "implement BitTorrent" challenge from https://app.codecrafters.io/join/bittorrent?via=jonhoo in Rust.
112,016 views
In this (fifth) Crust of Rust video, we cover multi-produce/single-consumer (mpsc) channels, by re-implementing some of the ...
96,386 views