How can I create hygienic identifiers in code generated by procedural macros?...
Read MoreIs it possible to tell if a field is a certain type or implements a certain method in a procedural m...
Read MoreTransforming attributes into identifiers on proc macro derive...
Read MoreHow can a procedural macro check a generic type for Option<Option<T>> and flatten it dow...
Read MoreHow do I create a function-like procedural macro?...
Read MoreCan a procedural macro be debugged as a function?...
Read MoreWhy does a procedural macro not see environment variables set by dotenv in my build script?...
Read MoreCall proc macro inside other proc macro...
Read MoreConverting type inside quote! gives trait errors...
Read MoreCan we get the source code location of the caller in a procedural macro attribute?...
Read MoreHow to get the content of a module passed to an inner attribute macro?...
Read MoreHow can I store an identifier (`proc_macro::Ident`) as a constant to avoid repeating it?...
Read MoreIn a procedural macro, how can I check if a string is a valid variable name and not a keyword?...
Read MoreHow can I compute an instance of a type in a function-like procedural macro and return it?...
Read MoreHow do I use a custom namespaced derive-macro attribute on a type instead of inside the type?...
Read MoreWhat is this strange syntax where an enum variant is used as a function?...
Read MoreCyclic package dependency while implementing proc macro...
Read MoreHow to programmatically get the number of fields of a struct?...
Read MoreCannot call a function-like procedural macro: cannot be expanded to statements...
Read More