| macro_util.rs |
Utilities used by macros and by `zerocopy-derive`.
These are defined here `zerocopy` rather than in code generated by macros or
by `zerocopy-derive` so that they can be compiled once rather than
recompiled for every invocation (e.g., if they were defined in generated
code, then deriving `IntoBytes` and `FromBytes` on three different types
would result in the code in question being emitted and compiled six
different times). |
56797 |
| macros.rs |
|
40431 |
| mod.rs |
|
32060 |