tomaka / hlua

Rust library to interface with Lua
MIT License
510 stars 48 forks source link

Allow support to call rust macros from lua #197

Open surajprak opened 6 years ago

surajprak commented 6 years ago

Currently, we can access rust function from lua scripts? Similarly, can we call macro defined in rust from lua?