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
563 results
0:00:00 Introduction 0:02:28 The parts of tokio 0:05:19 The tokio runtime 0:29:08 Blocking 0:48:09 Send bounds and LocalSet ...
152,460 views
10 months ago
0:00:00 Introduction 0:01:15 axum 0:24:48 tower::Service 0:36:58 The Handler trait and its impls 1:15:20 The State extractor ...
77,881 views
1 year 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 ...
204,592 views
3 years ago
0:00:00 Introduction to "decrusted" 0:01:51 Regular streaming schedule 0:02:43 serde 0:04:28 The serde data model 0:14:51 ...
63,733 views
2 years ago
The clap crate has an excellent set of tutorials. But they can intimidatingly long and there isn't a lot of guidance when things go ...
6,959 views
In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...
106,336 views
4 years ago
0:00:00 Introduction 0:02:58 libsodium 0:04:28 Build scripts 0:07:00 OUT_DIR 0:18:01 cargo directives 0:34:09 Build script ...
40,803 views
In this episode, we go over the differences between function items, function pointers, and closures, as well as how they interact ...
95,012 views
With the Future trait stabilized and async/await coming soon, many more people are being exposed to the Pin type and its sibling ...
75,860 views
5 years ago
In this episode of Crust of Rust, we go over Rust's atomic types, including the mysterious Ordering enum. In particular, we explore ...
90,158 views
In this episode of Crust of Rust, we go over static and dynamic dispatch in Rust by diving deep into generics, monomorphization, ...
90,629 views
In this fourth Crust of Rust video, we cover smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc ...
134,297 views
0:00:00 Introduction 0:03:00 Spans and events 0:38:56 Spans across thread boundaries 0:45:30 Spans in async context 1:02:20 ...
58,165 views
The video covers what jargon like 'sum type' and 'product type' mean, explains how enums enable data structures such as binary ...
2,507 views
Some of what the video covers: // Ownership What is Ownership? - responsible for cleaning up at the end of a variables scope ...
3,273 views
In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video ...
230,527 views
Manually creating for loops is error prone and tedious. Learn about how Rust provides tools that make many common errors ...
9,590 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 ...
64,115 views
In this stream, we take a look at Rust's procedural macros. These are much more flexible than the declarative macros you get with ...
71,693 views
In this second Crust of Rust video, we cover declarative macros, macro_rules!, by re-implementing the vec! macro from the ...
69,561 views