ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,378 results

Jon Gjengset
Crust of Rust: async/await

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 ...

2:34:01
Crust of Rust: async/await

229,364 views

4 years ago

Jon Gjengset
Decrusting the serde crate

In this stream, we peel back the crust on the serde crate — https://github.com/serde-rs/serde/ — and explore its interface, structure, ...

1:51:21
Decrusting the serde crate

77,875 views

3 years ago

Sledge315
Rust Electricity Tutorial: How to Illuminate Your Base Like a Pro!

Welcome to our Rust Electricity Tutorial! In this video, we'll dive deep into the world of lighting in Rust, showing you how to ...

3:35
Rust Electricity Tutorial: How to Illuminate Your Base Like a Pro!

6,761 views

1 year ago

Jon Gjengset
impl Rust: One Billion Row Challenge

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.

10:36:57
impl Rust: One Billion Row Challenge

82,368 views

1 month ago

codingjerk
Zig is better than Rust (sometimes)

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, ...

20:21
Zig is better than Rust (sometimes)

95,901 views

7 months ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

247,867 views

6 years ago

timClicks
Rust's lifetimes made easy

Let's figure out Rust's lifetime concept. We'll walk through a small Rust program that uses references and see what Rust means ...

6:39
Rust's lifetimes made easy

21,164 views

2 years ago

Jon Gjengset
Crust of Rust: std::collections

In this video we go over the various collection types in the Rust standard library (effectively `std::collections`), and discuss a bit ...

2:45:04
Crust of Rust: std::collections

85,300 views

2 years ago

Its Luck
How to get stone in #rust  #tutorial

Similar to my previous episode How to gather wood in Rust. I will teach you the art of gathering any node such as stone, sulfur, ...

0:20
How to get stone in #rust #tutorial

3,169 views

1 year ago

Jon Gjengset
Decrusting the tokio crate

In this stream, we peeled back the crust on the tokio crate — https://github.com/tokio-rs/tokio/ — and explored its interface, ...

3:31:48
Decrusting the tokio crate

181,222 views

1 year ago

timClicks
Unwrapping Async/await in Rust (incl. futures, executors and tokio)

Learn about what's actually happening when you use the async and await keywords in Rust. Tim explains why the asynchronous ...

28:45
Unwrapping Async/await in Rust (incl. futures, executors and tokio)

1,608 views

1 month ago

Jon Gjengset
Crust of Rust: Declarative Macros

In this second Crust of Rust video, we cover declarative macros, macro_rules!, by re-implementing the vec! macro from the ...

1:36:11
Crust of Rust: Declarative Macros

77,277 views

5 years ago

timClicks
Pixelate an image in less than 50 lines of code - Learning Rust Creatively

Have you ever wondered about how to create a pixelated image? This video shows you how to do it yourself with the nearest ...

34:41
Pixelate an image in less than 50 lines of code - Learning Rust Creatively

4,856 views

2 years ago

Jon Gjengset
Decrusting the tracing crate

In this stream, we peel back the crust on the tracing crate — https://github.com/tokio-rs/tracing/ — and explore its interface, ...

2:57:25
Decrusting the tracing crate

71,641 views

1 year ago

timClicks
A useful tip for every (?) Rust code base

Embedding tests are a neat feature of Rust's documentation system. But code examples in README files won't get picked up ...

1:42
A useful tip for every (?) Rust code base

1,022 views

2 years ago

Jon Gjengset
Decrusting the axum crate

In this stream, we peel back the crust on the axum crate — https://github.com/tokio-rs/axum/ — and explore its interface, structure, ...

2:12:27
Decrusting the axum crate

94,270 views

2 years ago

timClicks
Why is Rust so fast? Something you might not have considered. #rustlang #programming #software

The effects of stack vs heap in programming languages. https://twitter.com/timClicks https://github.com/timClicks ...

0:57
Why is Rust so fast? Something you might not have considered. #rustlang #programming #software

9,791 views

2 years ago

Jon Gjengset
Procedural Macros in Rust (part 1)

In this stream, we take a look at Rust's procedural macros. These are much more flexible than the declarative macros you get with ...

4:02:27
Procedural Macros in Rust (part 1)

77,260 views

6 years ago

timClicks
Delightful command-line utilities with Rust

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 ...

46:58
Delightful command-line utilities with Rust

7,596 views

2 years ago

Jon Gjengset
The Why, What, and How of Pinning in Rust

With the Future trait stabilized and async/await coming soon, many more people are being exposed to the Pin type and its sibling ...

3:03:54
The Why, What, and How of Pinning in Rust

82,873 views

6 years ago