Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 311 Bytes

inline-lua

crates.io
Have you ever wanted to embed Lua inline into your Rust code? ...No? Huh, you can now though

How to use

Import lua_macro::lua and then simply use lua! to embed your code.