Const fn + proc macros

In terms of "same crate" macros, there was a proposal to use the same package for proc macros to eliminate separate *_derive crates, and build them the same way build.rs is:

Of course that's orthogonal to the security issue.

4 Likes