Crate macrosia

Crate macrosia 

Source
Expand description

Macrosia, in Rust.

Re-exports§

pub use rand_xoshiro;
pub use regex;

Modules§

stdlib
Defines some basic macros for regular use.

Structs§

Executor
An executor interface for Macrosia.
MacroError
An error struct representing what went wrong during a macro call.
TextMacro
A macro defined using text.
VariableRegistry
A registry to store variables in during macro execution.

Enums§

Number
A convenience type for numbers.

Traits§

Macro
Defines a struct as a macro.