lua-macro

Crates.iolua-macro
lib.rslua-macro
version0.1.1
sourcesrc
created_at2022-03-09 18:16:26.27424
updated_at2022-03-09 18:18:17.79371
descriptionEmbed Lua code directly into your Rust, for some reason
homepage
repositoryhttps://github.com/ry00001/inline-lua
max_upload_size
id547082
size2,312
Rin (ry00001)

documentation

README

lua-macro

Have you ever wanted to embed Lua code straight into Rust?

No?

Well, you can now lol

How to use

Import lua_macro::lua and use lua! { your code } to insert some Lua. To evaluate an expression, use lua_macro::lua_eval!.

Commit count: 13

cargo fmt