Use [-Zmacro-stats](https://doc.rust-lang.org/unstable-book/compiler-flags/macro-stats.html) to reduce the amount of codegen for macros. This applies for both the macros in the `primitive`, and the codegen of `deku-derive`.
Use -Zmacro-stats to reduce the amount of codegen for macros.
This applies for both the macros in the
primitive, and the codegen ofdeku-derive.