Search code examples
How to pad an array with zeros?...


rustrust-macros

Read More
Is there a way to access variables defined in rust macros from a passed expr?...


rustrust-macros

Read More
Is there a way to pass named arguments to format macros without repeating the variable names?...


rustrust-macros

Read More
How to export function and macro with the same name?...


rustmodulerust-macros

Read More
Create sum of ones till N using macro in Rust...


rustmacrosrust-macros

Read More
Using macros so that you don't have to write down a long parameter list every time...


rustsubstitutionrust-macros

Read More
How do I use a macro across module files?...


modulerustrust-macros

Read More
Best strategy for custom errors with common fields in Rust...


rustrust-macros

Read More
Is it possible to change/generate code through derive macro inside of the struct that uses that macr...


rustrust-macros

Read More
Can Rust macros be shared across editions?...


rustmacrosrust-macrosrust-2018rust-2021

Read More
How can I remove files with a specific file extension in Rust...


rustrust-cargorust-macros

Read More
How to get both name and value of variable in a macro?...


rustmacrosrust-macros

Read More
What fragment specifiers (metavariable types) should be used in macro-by-example for a module path +...


rustrust-macros

Read More
Refer to generic type of struct in macro...


rustrust-macros

Read More
Check if macro param is defined in optional capture (Declarative Macro Syntax)...


rustrust-macros

Read More
Is macro_rules a regular macro?...


rustrust-macros

Read More
Why doesn't this repetition pattern work in Rust macro?...


rustmacrosrepeatrust-macros

Read More
Can't make this macro rule compile: type annotation needed...


rustrust-macros

Read More
How to use multiple macros inside macros in Rust?...


rustrust-macros

Read More
How to match dot in macro and reconstruct original set of tokens?...


rustrust-macros

Read More
How can I assign "metadata" to a trait?...


rustrust-macros

Read More
"found struct `ThereIsNoIteratorInRepetition`" when trying to repeat over a vector using `...


rustrust-macros

Read More
Expanding a recursive macro in rust, similar to serde_json but for HTML elements...


rustrust-macros

Read More
Is there a way to "do macro stuff" in an attribute without a procedural macro?...


rustrust-macrosrust-decl-macros

Read More
Is it possible to ignore Rust's exponents?...


rustrust-macros

Read More
Is there a way to count with macros?...


macrosrustrust-macros

Read More
Override the default implementation for a single field of a struct using `#[derive(Debug)]`...


rustobfuscationrust-macros

Read More
Code in procedural macro is not added to stream...


rustrust-macros

Read More
How to use macro's internal struct outside?...


rustrust-macros

Read More
Is there a macro I can use to expect a variant of an enum and extract its data?...


rustenumsrust-macros

Read More
BackNext