Search code examples
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
How to pass parameters loaded from configuration file to a procedural macro function?...


rustrust-macros

Read More
How to write a procedural macro that implements a generic trait, fx. Add?...


rustrust-macros

Read More
Writing const generic enum combinations using macro...


genericsrustenumsrust-macros

Read More
Procedural attribute macro to inject code at the beginning of a function...


rustrust-macrosrust-proc-macros

Read More
Is it possible to implement this macro using only `macro_rules!`?...


rustrust-macros

Read More
Rust macro for repeating array elements...


arraysrustmacrosrust-macros

Read More
Check Value of bool in Rust Macro...


rustmacrosrust-macros

Read More
Why do proc-macros have to be defined in proc-macro crate?...


rustlanguage-lawyerrust-macros

Read More
Creating a Custom Colored dbg! Macro In Rust...


rustrust-macros

Read More
Why does the following macro expect a semi-colon when called?...


rustrust-macros

Read More
Difficulty with Recursive Macro...


rustrust-macros

Read More
How do I get an identifer from an expression argument in a macro?...


rustrust-macrosrust-decl-macros

Read More
Passing nested struct field path as macro parameter...


rustrust-macros

Read More
Unit testing Rust Syn crate...


unit-testingparsingrustrust-macrosrust-proc-macros

Read More
Get trait name and generic parameters for ItemImpl with syn...


rustrust-macros

Read More
Rustlang: Adding a return statement in a macro...


rustmacrosreturnrust-macros

Read More
Is it possible to create a macro that implements Ord by delegating to a struct member?...


rustrust-macros

Read More
Why does the compiler not adds double brackets in a declarative macro automatically?...


rustrust-macros

Read More
Is it possible to pass a variable as an identifier in a macro?...


rustrust-macros

Read More
How do I write a macro that returns the implemented method of a struct based on a string?...


rustmacrosrust-macros

Read More
How can a procedural macro check a generic type for Option<Option<T>> and flatten it dow...


rustrust-macrosrust-proc-macros

Read More
How do I create a function-like procedural macro?...


rustrust-macrosrust-proc-macros

Read More
How to pass a visibility token to the bitflags! macro?...


rustrust-macros

Read More
Can a procedural macro be debugged as a function?...


rustrust-macrosrust-proc-macros

Read More
How can I get "Bar" from "Foo::Bar" in rust macro?...


rustmacrosdstrust-macros

Read More
What does an @ symbol mean in a Rust declarative macro?...


syntaxrustrust-macrosrust-decl-macros

Read More
BackNext