Module execution

Source
Expand description

Contains items pertaining to execution of macros on a given string.

Structs§

MacroError
An error that can arise from a macro.

Enums§

MacroErrorKind
A kind of error that can occur when a macro is executed.

Traits§

Macro
A trait dictating an object as usable as a macro.

Functions§

apply_macros
Applies all found macros in the string until none are left.