lua-macro 0.1.1

Embed Lua code directly into your Rust, for some reason
docs.rs failed to build lua-macro-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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!.