ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

9,211 results

Logan Smith
Comprehending Proc Macros

Rust procedural macros can do amazing things, including implementing an entire dang Python feature from scratch. I've wanted to ...

47:41
Comprehending Proc Macros

87,777 views

1 year ago

Rust Programming Language
Nine Rules for Creating Procedural Macros in Rust - by Carl Kadie - Rust Linz, December 2022

Practical lessons from anyinput, a new macro for easily accepting string/path/iterator/array-Like inputs (Based on my recently ...

45:03
Nine Rules for Creating Procedural Macros in Rust - by Carl Kadie - Rust Linz, December 2022

11,986 views

3 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)

78,191 views

6 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

78,578 views

5 years ago

EuroRust
A gentle introduction to procedural macros - Sam Van Overmeire | EuroRust 2024

Recently wrote a book for Manning on Rust macros, hence the proposal for a talk on that subject! -------------------- *EuroRust 2024* ...

27:41
A gentle introduction to procedural macros - Sam Van Overmeire | EuroRust 2024

4,843 views

1 year ago

Fio's Quest
Macros - Idiomatic Rust in Simple Steps Part 16

Welcome to the weird and wonderful world of Meta Programming in Rust. Lets run through the basics of `macro_rules!`, talk about ...

30:58
Macros - Idiomatic Rust in Simple Steps Part 16

1,365 views

8 months ago

Tsoding Daily
Rust Macros (Noq Ep.02)

References: - Source Code: https://github.com/tsoding/noq - Macros by Example: ...

1:57:02
Rust Macros (Noq Ep.02)

36,888 views

3 years ago

Rust Programming Language
RustConf 2023 - Anything you can do, I can do worse with macro_rules!

... valid rust they're also great for confusing people including yourself but don't worry about that part too much. So what is a macro ...

24:25
RustConf 2023 - Anything you can do, I can do worse with macro_rules!

6,048 views

2 years ago

Rust Programming Language
RustConf 2018 - My Little Procedural Macro by Chris Wong

RustConf 2018 - My Little Procedural Macro by Chris Wong What if Handlebars was a macro? Three years, 376 commits, and ...

25:59
RustConf 2018 - My Little Procedural Macro by Chris Wong

5,797 views

7 years ago

Harkirat Singh
Week 1: Solana Fellowship | Macros in Rust | Rust Bootcamp Part 3

Links: Open Source Cohort → https://100xdevs.com Twitter → https://twitter.com/kirat_tw Linkedin ...

2:33:16
Week 1: Solana Fellowship | Macros in Rust | Rust Bootcamp Part 3

29,867 views

8 months ago

Chris Hay
How Rust's println! macro really works

In this rust programming tutorial, we pull back the layers behind the println! macro and show how this rust macro really works ...

21:04
How Rust's println! macro really works

5,270 views

3 years ago

Tsoding Daily
Forbidden Rust

Previous Episodes: https://www.youtube.com/playlist?list=PLpM-Dvs8t0VZ1tPn-Qqdro3p_5s1HuMyF Referencs: - Tsoding - 4at ...

2:02:07
Forbidden Rust

55,384 views

2 years ago

EuroRust
Proving macro expansion with expandable - Sasha Pourcelot | EuroRust 2024

Macros are a very powerful Rust feature. They allow developers to quickly and easily build domain-specific languages, with no ...

21:27
Proving macro expansion with expandable - Sasha Pourcelot | EuroRust 2024

1,172 views

1 year ago

Semicolon
Mastering Procedural Macros in Rust: Function-like, Attribute, and Derive Macros Explained 🚀

In this video, we cover the fundamentals of procedural macros in Rust, including their three main types: function-like macros, ...

30:57
Mastering Procedural Macros in Rust: Function-like, Attribute, and Derive Macros Explained 🚀

1,614 views

1 year ago

Tsoding Daily
Syntax You Never Heard About

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Chapters: - 00:00:00 - In this episode.

1:48:51
Syntax You Never Heard About

37,874 views

7 months 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)

102,463 views

10 months ago

Valigo
Macro magic to turn C into Rust, or how tagged unions are made

Looking at tagged unions in C and Rust, and seeing if C can get some of that Rust's type safety through a magic of macros, and ...

21:10
Macro magic to turn C into Rust, or how tagged unions are made

11,668 views

2 weeks ago

Rust and Cpp Cardiff Meetup
Writing Rust Procedural Macros

This session, we walk through procedural macros, showing some of the great tooling available like cargo expand for ...

1:07:33
Writing Rust Procedural Macros

5,863 views

3 years ago

Rust in Paris 🦀 Conf
Crafting Rust Macros: Lessons from Slint — Olivier Goffart at Rust in Paris 2025 🦀 Conf

In Rust in Paris 2025* , Olivier Goffart explored the power and versatility of Rust's macro system through real-world examples from ...

23:57
Crafting Rust Macros: Lessons from Slint — Olivier Goffart at Rust in Paris 2025 🦀 Conf

913 views

7 months ago

Tantan
Rust breakout game tutorial

let's remake the breakout game using the rust programming language. All in one video tutorial, start to finish. This tutorial uses the ...

21:15
Rust breakout game tutorial

32,366 views

3 years ago