Procedural macro in Rust

preview_player
Показать описание
Procedural macros allow you to run code at compile time that operates over Rust syntax, both consuming and producing Rust syntax. Procedural macros run during compilation, and thus have the same resources that the compiler has.
Рекомендации по теме
Комментарии
Автор

Thank you for the video. Could you show more examples about procedural macros please? :)

stormz
Автор

most comprehensive tutorial on macros, thanks. might helped if you created 2 or 3 more examples

cryptonative