We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Removed mention of a separate lexer module since this is no longer the case, proc macros now have some callback registered.
Add procedural macro crate root location constraints
Add proc_macro input types description
Updated Procedural macros (markdown)
Small nit corrections as well as a new diagram to illustrate the parsing/lexing problem inside the proc macro crate.
Add first draft of procedural macro description.