tomaka / hlua

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

Fix signatures of luaopen_* functions #222

Closed tomaka closed 2 months ago

tomaka commented 2 months ago

These function signatures are missing the return value. Verified against lualib.h.

This effectively made the functions unusable, so this shall be considered a bugfix rather than a breaking change.

fenollp commented 2 months ago

Thanks @tomaka ! Could you cut a release with these changes in please?

EDIT: actually, along with https://github.com/tomaka/hlua/pull/223 ;)