List Question
10 TechQA 2024-12-29 16:39:46Is it OK to treat the proc-macro crate in a two-crate library as implementation detail and not follow semantic versioning?
418 views
Asked by Lukas Kalbertodt
Transforming attributes into identifiers on proc macro derive
3.3k views
Asked by leshow
Is there a way to have a public trait in a proc-macro crate?
1.9k views
Asked by jecolon
How to tell why an "unknown feature" feature is needed?
527 views
Asked by Edward Peters
Testing Proc Macro Crates panics - procedural macro API is used outside of a procedural macro
94 views
Asked by chantey
How to call an inherited method from trait in Rust
94 views
Asked by Cecile
how to generate matching arms for an enum in proc macro
65 views
Asked by Hydrostatic
VS Code rust-analyzer doesn't work with items created inside derive macro
161 views
Asked by André Luís de Andrade
Unit testing Rust Syn crate
1.1k views
Asked by Prgrm.celeritas
Get module resolution entry point in proc-macros
347 views
Asked by Nukesor