Search code examples
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
How to distinguish different kinds of items in macro_rules macros?...


rustrust-macros

Read More
How can I emit an integer literal with a non-decimal base using the quote crate?...


rustrust-macrosrust-crates

Read More
How do I create a macro that transforms inputs into a tuple?...


rusttuplesrust-macros

Read More
How can I handle or test if a type is an Option in a Rust macro?...


rustrust-macros

Read More
Treating idents as string in Rust macros...


rustrust-macros

Read More
How to call methods on self in macros?...


rustrust-macros

Read More
Can I rewrite this macro_rules! macro in a way that works with rustfmt?...


rustrust-macros

Read More
Macro that makes struct based on struct field's types...


rustrust-macros

Read More
BackNext