Macro lua

Source
macro_rules! lua {
    ($($proc_macro:tt)*) => { ... };
}
Expand description

Macro to embed Lua script in Rust code.