tomaka / hlua

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

Add AnyLuaValue::LuaNil value #67

Closed Ameliorate closed 8 years ago

Ameliorate commented 8 years ago

I'm not entirely sure if this follows the guarantees for the LuaRead/Push traits. Please tell me if you notice anything.

This helps with some of the concerns of #66.

tomaka commented 8 years ago

Thanks