List Question
20 TechQA 2024-01-20T18:27:38.257000Disambiguate variable argument list with one specific argument pattern in macro_rules
46 views
Asked by tcerqueira
macro expansion ignores token `for` and any following
150 views
Asked by Luctins
Limit macro_rules! literal to certain integers
121 views
Asked by Nick
How do I call a function using the elements of an array as attributes
66 views
Asked by Luh0
"Expected one of `(` or `<`, found `$`" when generating function code with a macro in Rust
50 views
Asked by Dagoth
pub use / "export" many submodules at once
121 views
Asked by philhob
Difference between metavariables within Rust macro_rules
128 views
Asked by dean
How to use unicode in a rust macro argument?
87 views
Asked by Rainb
How to use & and | signs in macro_rules pattern
131 views
Asked by er1t
macro_rules repeatition does not yield the expected token type
113 views
Asked by lesurp
My rust macro doesn't want to accept this let statement
381 views
Asked by Thetrue kingofwaffles
How to add optional comma support in Rust?
58 views
Asked by Boyar
How to parse nested optional tokens in macro_rules?
169 views
Asked by ditoslav
How to match a struct instantiation with macro_rules
354 views
Asked by Luctins
Macros, How to generate enum variant from str literal?
499 views
Asked by al3x
Macro that implements functions based on type
580 views
Asked by Jad Haddad
Rust macro to format arguments over multiple formats
780 views
Asked by NivPgir
Attempt to implement sscanf in Rust, failing when passing &str as argument
234 views
Asked by mateusns12
Macro to generate multiple struct and trait implementations from parameters
1.2k views
Asked by carpdan