tomaka / hlua

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

Is it possible to push and read enums? #191

Open mkpankov opened 6 years ago

mkpankov commented 6 years ago

Use of implement_lua_* macros gives ExecutionError("wrong parameter types for callback function"), is it supported at all? If not, why?

tomaka commented 6 years ago

Well, this is a bug. 🙃