Search code examples
How to use default attribute when generating struct in rust macros...


rustrust-macros

Read More
Macro function indirection...


rustrust-macros

Read More
Creating a function with custom name in a proc_macro in Rust...


rustrust-macrosrust-proc-macros

Read More
tokio::select! eager evaluation only if outside async block...


rustmacrosrust-tokiorust-macrospanic

Read More
How do I see the expanded macro code that's causing my compile error?...


debuggingrustrust-macrosrust-proc-macrosrust-decl-macros

Read More
Rust Macro: Expected literal...


ruststring-literalsrust-macros

Read More
How to report errors in a procedural macro using the quote macro?...


error-handlingrustrust-macrosrust-proc-macros

Read More
Macro that calls itself differently depending on the number of arguments...


rustrust-macros

Read More
destructured items not found when destructuring an enum inside a macro...


rustenumsmacrosdestructuringrust-macros

Read More
Extract objects in an expression in a macro in Rust...


rustrust-macros

Read More
Parsing Attribute Macro Arguments in Rust...


rustrust-macros

Read More
Stringify variable arguments in Rust macro with delimiter...


rustmacrosrust-macros

Read More
Is it possible to use rust macro to build items of a tuple?...


rustrust-macros

Read More
How can I make a public struct where all fields are public without repeating `pub` for every field?...


structrustpublicrust-macros

Read More
Get println! to prefix given string with current time...


rustrust-macros

Read More
Calculating maximum value of a set of constant expressions at compile time...


rustrust-macros

Read More
Why Am I Getting "Cannot Derive Macro In This Scope"?...


rustserderust-macros

Read More
Split module and function name in macro_rule...


rustrust-macros

Read More
How can I concatenate a string to an ident in a macro derive?...


rustrust-macros

Read More
Infer the name of the calling crate to populate a doctest in a procedural macro...


rustdoctestrust-macrosrust-proc-macros

Read More
Why isn't a macro arm matching a macro seen?...


rustrust-macros

Read More
Reversing a list via a macro...


rustrust-macros

Read More
How to avoid conflicting implementation issue in a Rust macro involving invocations for different ar...


rustrust-macros

Read More
Is there a macro or similar workaround to include the source folder (src) path at compile time?...


compilationrustcode-generationrust-cargorust-macros

Read More
Rust macro to generate custom arrays using byte slice...


rustpattern-matchingrust-macros

Read More
Generalizing `macro_rules!` matches...


rustrust-macros

Read More
Restrict Derive Macro to Specific Type...


rustrust-macros

Read More
Creating a Macro in Rust to take a Struct and turning into a Tuple of its field's types in order...


rustscyllarust-macros

Read More
How does `tokio::pin` change the type of variable?...


rustrust-macros

Read More
Rust macro split expression into bytes and into byte vector...


rustrust-macros

Read More
BackNext