List Question
10 TechQA 2024-11-22 21:49:39How to write a macro that displays the file and line number and a variable number of arguments?
2.9k views
Asked by Wakan Tanka
How do I detect if an optional keyword was supplied to a declarative macro?
421 views
Asked by lolad
Use local bindings at call site in Rust "macro_rules" macros
685 views
Asked by Dincio
How do I generate a macro from previous macro-generated code?
233 views
Asked by litchipi
How to match a trait in a Rust macro?
1.7k views
Asked by Inline
How do I early return in declarative macros and infer the return type?
624 views
Asked by Eray Erdin
How can I generate trait bounds in a declarative macro?
1k views
Asked by Shepmaster
How can I operate on pairs of arguments to macro_rules?
898 views
Asked by codearm
Pass entire macro input to another macro
2.1k views
Asked by anderspitman
How to concat two variables to create an identifier in a declarative macro?
757 views
Asked by Zach