tomaka / hlua

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

serde support for AnyLuaValue #190

Closed mkpankov closed 4 years ago

mkpankov commented 6 years ago

Close #188

tomaka commented 6 years ago

Why did you put the tests in a separate crate? :o

mkpankov commented 6 years ago

Because there's no way to use non-default features in the same crate.