mlua/tests
Alex Orlenko 3b94b4e86f Implement Hash for RegistryKey. Closes #57 2021-06-16 12:12:42 +01:00
..
compile Update compile tests 2020-12-29 23:20:06 +00:00
module Fix clippy warnings && tests 2021-06-13 23:30:54 +01:00
async.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00
byte_string.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00
compile.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
conversion.rs Implement ToLua/FromLua for Box<str> and Box<[T]> 2021-05-03 12:22:11 +01:00
function.rs Change signature of Function::dump() to remove Result 2021-05-02 11:48:42 +01:00
hooks.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00
macros.rs Add chunk! macro support 2021-05-05 22:13:51 +01:00
memory.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00
scope.rs Store nonstatic UserData pointer in self userdata (instead of metatable) 2021-04-27 17:06:37 +01:00
serde.rs Make `SerializeOptions` non_exhaustive. 2021-05-03 22:33:12 +01:00
string.rs Add `String::to_string_lossy` 2021-06-04 00:16:40 +01:00
table.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00
tests.rs Implement Hash for RegistryKey. Closes #57 2021-06-16 12:12:42 +01:00
thread.rs Add `Thread::reset()` for luajit/lua54 2021-05-05 11:11:32 +01:00
types.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00
userdata.rs Implement `UserData` for Rc<RefCell>/Arc<Mutex>/Arc<RwLock> wrappers 2021-06-03 16:42:55 +01:00
value.rs Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT 2.0.5 2021-04-16 22:27:28 +01:00