mlua/src
kyren 6382baa991 Use ptr::write to initialize uninitalized memory, NOT mem::replace 2018-01-27 18:38:00 -05:00
..
conversion.rs ACTUALLY expose `RegistryKey` API 2018-01-26 19:43:53 -05:00
error.rs Simplify handling of userdata __gc and resurrected userdata. 2018-01-27 18:27:01 -05:00
ffi.rs Add an API that exposes the functionality of `lua_getuservalue` and `lua_setuservalue` 2018-01-26 20:06:18 -05:00
function.rs more reorganization in an attempt to shrink the size of lua.rs 2017-12-04 01:04:12 -05:00
lib.rs ACTUALLY expose `RegistryKey` API 2018-01-26 19:43:53 -05:00
lua.rs Simplify handling of userdata __gc and resurrected userdata. 2018-01-27 18:27:01 -05:00
macros.rs Add `ExpiredUserData` error and avoid what was previously a panic 2017-12-04 02:50:27 -05:00
multi.rs more reorganization in an attempt to shrink the size of lua.rs 2017-12-04 01:04:12 -05:00
prelude.rs ACTUALLY expose `RegistryKey` API 2018-01-26 19:43:53 -05:00
string.rs auto formatting 2017-12-16 17:46:32 -05:00
table.rs more reorganization in an attempt to shrink the size of lua.rs 2017-12-04 01:04:12 -05:00
tests.rs ACTUALLY expose `RegistryKey` API 2018-01-26 19:43:53 -05:00
thread.rs auto formatting 2017-12-16 17:46:32 -05:00
types.rs ACTUALLY expose `RegistryKey` API 2018-01-26 19:43:53 -05:00
userdata.rs Simplify handling of userdata __gc and resurrected userdata. 2018-01-27 18:27:01 -05:00
util.rs Use ptr::write to initialize uninitalized memory, NOT mem::replace 2018-01-27 18:38:00 -05:00
value.rs more reorganization in an attempt to shrink the size of lua.rs 2017-12-04 01:04:12 -05:00