Module macro_magic::mm_core

source ·
Expand description

Contains the internal code behind the macro_magic macros in a re-usable form, in case you need to design new macros that utilize some of the internal functionality of macro_magic.

Structs§

Enums§

Constants§

  • Constant used to load the configured location for macro_magic that will be used in generated macro code.

Traits§

  • Should be implemented by structs that will be passed to #[with_custom_parsing(..)]. Such structs should also implement syn::parse::Parse.

Functions§