tomaka / hlua

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

implement AsLua and AsMutLua for UserdataOnStack #164

Closed sunshowers closed 7 years ago

sunshowers commented 7 years ago

While working with some userdata on a stack, I discovered that this would be really useful.