6 repos
Rust libraries for compile-time code generation and metaprogramming, centered on procedural macros, derive macros, and serialization frameworks. This cluster includes core infrastructure like `proc-macro2` and `syn` for macro implementation, alongside `serde` for data serialization, `log` and `env_logger` for logging, and supporting utilities. Repos here focus on no-std compatibility and patterns for runtime reflection and code synthesis.