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?
427 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?
533 views
Asked by Edward Peters
Testing Proc Macro Crates panics - procedural macro API is used outside of a procedural macro
102 views
Asked by chantey
How to call an inherited method from trait in Rust
103 views
Asked by Cecile
how to generate matching arms for an enum in proc macro
73 views
Asked by Hydrostatic
VS Code rust-analyzer doesn't work with items created inside derive macro
169 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
360 views
Asked by Nukesor