Search code examples
How to make sure that a Rust attribute proc macro runs before the compiler tries parsing the item?...


rustmacrosrust-macros

Read More
How do I debug macros?...


rustrust-macros

Read More
Automatically create enum variants...


rustrust-macros

Read More
Why is "-x" trying to parse as a literal and failing in declarative macros?...


rustrust-macros

Read More
"unnecessary parens" warning in macro call that needs the parens - is this a bad way to wr...


rustmacrosrust-macros

Read More
Can I specify an operator or other syntactic literal within a macro input?...


rustmacrosrust-macros

Read More
How to make rust macro optional token produce code when not present?...


rustmacrosrust-macros

Read More
How to split an ident into letters in Rust macro?...


rustmatchingrust-macros

Read More
Passing & and &mut through macro matched types...


rustrust-macros

Read More
How can I add 'unsafe extern "C"' to a fn type in a declarative macro?...


rustrust-macros

Read More
Macros, How to generate enum variant from str literal?...


rustrust-macrosmacro-rules

Read More
How to write a custom derive macro?...


rustrust-macros

Read More
How to import required types inside of a custom derive macro?...


rustrust-macros

Read More
Can a macro access the field names and types of a remote struct from its path?...


rustrust-macros

Read More
"no rules expected the token" when using macro to implement methods...


rustrust-macros

Read More
Is there a consistent compilation context inside a proc_macro_attribute function?...


rustrust-macros

Read More
Expose struct generated from quote macro without appearing out of nowhere...


ruststructmacrosrust-macros

Read More
Rust macro accept call to member function...


rustrust-macros

Read More
Are all Rust attributes Macros?...


rustrust-macros

Read More
Directly parse data on nested proc macro...


rustrust-macros

Read More
Why does tt in declarative macros not expect the token "::"?...


rustrust-macros

Read More
expected one of `!` or `::`, found _ - rust macro with items...


rustrust-macros

Read More
Procedural macro inside Syntactic macro error...


rustrust-macros

Read More
Compile time check if file at path exists? like include_str!(..)...


rustrust-macros

Read More
Is there any performance difference between macros and functions in Rust?...


performancerustperformance-testingrust-macros

Read More
Rust macro to format arguments over multiple formats...


rustmacrosrust-macrosmacro-rules

Read More
Exporting declarative macro that uses functions defined in crate...


rustmacrosrust-macrosrust-crates

Read More
repeat a group of tokens in a macro...


rustrust-macros

Read More
Dynamic struct key in macro...


rustrust-macros

Read More
Accept multiple values on proc macro attribute...


rustrust-macrosrust-proc-macros

Read More
BackNext