macro_rules! lua_string {
( $str:literal ) => { ... };
}
Expand description
Converts a string literal to a Lua-compatible NUL terminated string at compile time.
macro_rules! lua_string {
( $str:literal ) => { ... };
}
Converts a string literal to a Lua-compatible NUL terminated string at compile time.