tomaka / hlua

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

Standard libraries can not be imported #208

Open kpcyrd opened 5 years ago

kpcyrd commented 5 years ago

I think this is addressed in #147, basically calling lua.open_math(); doesn't do anything since the math object is made available.

This is also the case for eg. strings, but s:match(...) still works, while string.match(s, ...) doesn't.