Expand description
Internals of rudzio-macro: AST-manipulation logic split out so that
integration tests (which cannot import items from a proc-macro crate)
can exercise it directly.
Everything here operates on proc_macro2 / syn types. The thin
rudzio-macro wrapper handles the proc_macro::TokenStream boundary
and delegates to these entry points.
Modulesยง
- codegen
- main_
codegen - Codegen for the
#[rudzio::main]attribute. - parse
- proc_
macro_ env_ codegen - Codegen for the internal
__proc_macro_env!proc-macro. - suite_
codegen - transform