Ace Rust Macros ♠️ the declarative kind

preview_player
Показать описание



Stuff I use to make these videos - I absolutely love all of these products. Using these links is an easy way to support the channel, thank you so much if you do so!!!

Рекомендации по теме
Комментарии
Автор

Assigning "Bob" to variable "a" and "Alice" to variable "b" is just evil

ultrapoci
Автор

I definitively love your style. Clear, short, on-topic!

robinmoussu
Автор

That was a really good, light introduction into Rust's declarative macros. Thanks!

AceofSpades
Автор

I have to say, you really got the best Rust content. exactly the right tempo and right hints

luccao
Автор

love your explanation style, simple, clear and well structured

tryoasnafi
Автор

In VS Code, if you hold alt and then press the up or down arrow it will move the line you are on or your entire selection up or down. It's great for reorganizing switch statements, if else ladders, and just re-organizing code.

BrandonCharlesHouser
Автор

This is the best rust macro video on YouTube! Looking forward to all your future videos your quickly brecoming an industry leader

perc-ai
Автор

Thankyou for this and all your other videos. I usually prefer learning these things from video demos over documentation.
I've been procrastinating adding macros to my project. I'll probably mostly be using derive macros, but I think declarative macros will be a good place to start.

sparkyj
Автор

Your Rust content its been incredible useful! Thank you!

eduardopereira
Автор

Found an interesting syntax today, which is tuple pattern matching, where all elements of the tuple value can become 'wildcard' matches / variables'.

jeffg
Автор

Hey there’s a new wave of rust developers especially after all the news that rust is changing everything… would love to see more videos from you

perc-ai
Автор

Loving these Rust videos so much, great to follow along and learn something new :) Keep them coming!

Mane
Автор

Really cool way to explain. Thanks for taking time to make awesome videos.

Akshay-beqx
Автор

Great introduction!!! It would be cool if you did one or a few follow ups of more advanced macros.

HyperFocusMarshmallow
Автор

Each video by you is to the point, and really it has helped me a lot.
E.g, the video on 'result', I knew Result enum, but after watching it I learned the use case for map_err. Thank you

learntry
Автор

Hey remember you can use the rust language reference to help under stand the token syntax of a macro!

pup
Автор

Man, you should have "in-depth rust" series

aksakalaradhita
Автор

if you do a similar walkthrough for proc macros, I *will* subscribe. In my experience, building a custom derive is a more common use case that I wish I had the time to learn in detail how to do, as opposed to defining and parsing a new DSL. So (if you're taking votes...) my vote would be for doing a recursive derive of structs and enums!

If not, then no worries :) I'll still be around. Cheers dude!

africknchickn_YT
Автор

Great concise content. Rust to the moon 🙂

tuanlam
Автор

Great stuff, sounds like macros are not that scary after all.

glebbash