List Question
20 TechQA 2024-02-17T02:05:32.793000Rust Macro: Expected literal
89 views
Asked by Eatenpancreas
Macro that calls itself differently depending on the number of arguments
50 views
Asked by Lev Zagatov
How to figure out the parameters and syntax for Rust macros?
89 views
Asked by Oliver Dixon
Specifying file path in macro - macro fails, but inlined version works
78 views
Asked by Edward Peters
Get type of a struct fields within a `quote` macro
60 views
Asked by Alexander Weber
destructured items not found when destructuring an enum inside a macro
38 views
Asked by Flysoft
Extract objects in an expression in a macro in Rust
41 views
Asked by tugaykansu
Disambiguate variable argument list with one specific argument pattern in macro_rules
46 views
Asked by tcerqueira
Stringify variable arguments in Rust macro with delimiter
77 views
Asked by Jake Ireland
Why can't this macro handle trailing comma?
115 views
Asked by user1206899
Is it possible to generate declarative macro tokens using quote?
113 views
Asked by RequireKeys
Is it possible to use rust macro to build items of a tuple?
106 views
Asked by Fantasy_RQG
Get println! to prefix given string with current time
109 views
Asked by Crispy13
Generate quote::ToTokens for data type that already has implmented Parse trait
86 views
Asked by RequireKeys
Rust macro crate: can't find crate, import resolution is stuck
469 views
Asked by Corinne
Can I use recursive macros in trait bounds like this?
117 views
Asked by xemkis
Rust docs with declarative macros
99 views
Asked by Nick
Macro not recursively expanding (macro_rules)
146 views
Asked by Nick
Use Rust macro for "registration"
80 views
Asked by Nick
Split module and function name in macro_rule
123 views
Asked by Achim