Crate macro_magic_core

source ·
Expand description

This crate contains most of the internal implementation of the macros in the macro_magic_macros crate. For the most part, the proc macros in macro_magic_macros just call their respective _internal variants in this crate.

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