mlua/src
kyren f634ce1101 It turns out, luaL_ref uses 1 extra internal stack space
All my check_stack calls are wrong, and this blows up very easily in situations
with recursive data structures.
2017-10-24 08:53:26 -04:00
..
conversion.rs auto-formatting 2017-10-23 16:42:20 -04:00
error.rs Print CallbackError in a better way 2017-09-26 11:36:50 -04:00
ffi.rs auto-formatting 2017-10-23 16:42:20 -04:00
lib.rs auto-formatting 2017-10-23 16:42:20 -04:00
lua.rs It turns out, luaL_ref uses 1 extra internal stack space 2017-10-24 08:53:26 -04:00
multi.rs Fix links in `Variadic` docs 2017-09-15 20:56:46 +02:00
prelude.rs auto-formatting 2017-10-23 16:42:20 -04:00
string.rs more reorganization, move simple type defines to types.rs module 2017-09-30 01:27:18 -04:00
table.rs auto-formatting 2017-10-23 16:42:20 -04:00
tests.rs auto-formatting 2017-10-23 16:42:20 -04:00
types.rs auto-formatting 2017-10-23 16:42:20 -04:00
userdata.rs auto-formatting 2017-10-23 16:42:20 -04:00
util.rs auto-formatting 2017-10-23 16:42:20 -04:00