tomaka / hlua

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

Allow passing arguments to LuaFunction::call #109

Closed tomaka closed 7 years ago

tomaka commented 7 years ago

Fix #11

I finally understood the issues with the borrow checker!