ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

38,763 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,394 views

4 years 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,285 views

5 years ago

LinuxConfAu 2018 - Sydney, Australia
Rust Programming Techniques

Nicholas Cameron http://lca2018.linux.org.au/schedule/presentation/22/ Rust is a language for fearless systems programming.

1:32:02
Rust Programming Techniques

98,688 views

7 years ago

timClicks
Introducing traits in Rust - what they are and how to use them

Rust is a programming language with a different take on object orientation - why use objects to define interfaces? Rust prefers its ...

1:06:56
Introducing traits in Rust - what they are and how to use them

1,722 views

Streamed 4 years ago

timClicks
Write your own HTTP server 🦀  Learn Rust Creatively

Learn how the web works by implementing a HTTP server it yourself. Learn how to create a multi-threaded single-file web ...

1:44:22
Write your own HTTP server 🦀 Learn Rust Creatively

7,639 views

1 year 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,316 views

2 years ago

Dario
Rust vs Java: A Staff Engineer's perspective

Are you trying to decide between Rust and Java for your next project? Look no further! In this video, Dario Lencina, staff engineer ...

25:04
Rust vs Java: A Staff Engineer's perspective

29,001 views

3 years ago

Jon Gjengset
Crust of Rust: Iterators

In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...

1:26:27
Crust of Rust: Iterators

118,453 views

5 years 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,545 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,965 views

7 months 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,875 views

6 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,266 views

6 years ago

timClicks
Beginner Rust Tutorial: Word Counting - Learning Rust Creatively

Let's learn #rustlang! This is a fun tutorial for people who are just starting with the language and who want to understand how to ...

25:20
Beginner Rust Tutorial: Word Counting - Learning Rust Creatively

1,010 views

Streamed 2 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

timClicks
Beginner Rust programming tutorial! How to implement the IntoIterator trait

This video explains to beginner Rust programmers how to enable iterating through your type with the "for loop" syntax. We also ...

42:29
Beginner Rust programming tutorial! How to implement the IntoIterator trait

991 views

5 years 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,892 views

6 years ago

timClicks
Global variables 🦀 Beginner Rust Tutorial 🦀 Learning Rust Creatively

Learn about using global variables in the Rust programming language. Using random number generation as a case study, we ...

1:02:42
Global variables 🦀 Beginner Rust Tutorial 🦀 Learning Rust Creatively

2,245 views

Streamed 1 year ago

Jon Gjengset
The What and How of Futures and async/await in Rust

Futures are Rust's way of expressing asynchronous computations, but even after reading the documentation, it can be hard to ...

4:10:06
The What and How of Futures and async/await in Rust

113,972 views

7 years ago

Jon Gjengset
Vibe coding complex changes in Rust

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

2:59:08
Vibe coding complex changes in Rust

46,951 views

5 months ago

timClicks
Writing a Rust-based ring buffer

A handy data structure for buffering input, the ring buffer (also known as a circular buffer, among a few other names) is a fun data ...

40:01
Writing a Rust-based ring buffer

6,734 views

2 years ago