Introduction to Code Generation in Rust
This article is about generating Rust code from other Rust code, not for the code generation step of the rustc compiler. Another term for source code generation is metaprogramming, but it will be referred to as code generation here. The reader is exp...
crabnebula.hashnode.dev12 min read