tomaka / hlua

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

[Breaking change] Make hlua work on stable Rust #57

Closed tomaka closed 9 years ago

tomaka commented 9 years ago

Replaces function with function0, function1, function2, etc. depending on the number of parameters.

tomaka commented 9 years ago

Oh looks like stable Rust doesn't like the macros.

tomaka commented 9 years ago

Stable Rust doesn't work, but 1.2 beta does. This is fine to me.