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.
- Macro
Error - An error struct representing what went wrong during a macro call.
- Text
Macro - A macro defined using text.
- Variable
Registry - A registry to store variables in during macro execution.
Enums§
- Number
- A convenience type for numbers.
Traits§
- Macro
- Defines a struct as a macro.