List Question
20 TechQA 2024-02-23T20:55:01.247000How to locate and extract the logic behind an invoked function or method in Rust?
62 views
Asked by Joe McCain III
Rust proc macros - how to detect enabled features
81 views
Asked by Liran
Why does serde's derivation of Serialize/Deserialize produce code in const _: () block?
75 views
Asked by QuantumDot
VS Code rust-analyzer doesn't work with items created inside derive macro
223 views
Asked by André Luís de Andrade
how to generate matching arms for an enum in proc macro
97 views
Asked by Hydrostatic
How to call an inherited method from trait in Rust
129 views
Asked by Cecile
Testing Proc Macro Crates panics - procedural macro API is used outside of a procedural macro
137 views
Asked by chantey
How to tell why an "unknown feature" feature is needed?
574 views
Asked by Edward Peters
are `quote!` and `parse` inverses?
14 views
Asked by ajp
Can you deprecate an attribute in Rust?
67 views
Asked by Typhaon
With a Rust derive proc_macro, can you check if the struct derives another trait?
25 views
Asked by Typhaon
Eager proc macro expansion
171 views
Asked by Jinyoung Choi
How to set the const generics in `syn::Generics`
138 views
Asked by Typhaon
How do I get the inner type of an Option field in a procedural macro?
282 views
Asked by Typhaon
rust attribute-like procedural macro failing to parse proc_macro2::TokenStream as expected
120 views
Asked by Chad
How do I explictly require a Trait for all arguments of a function in a procedural macro?
78 views
Asked by Sibear Jo
How can I use derive macro on a generic struct?
325 views
Asked by totok
Generating Rust protobuf code with a macro instead of build.rs
261 views
Asked by Yuri Astrakhan
Procedural macro in Rust to append arms to an existing enum
287 views
Asked by Arpad Voros