mlua/tests
Alex Orlenko cdbf04f50c
Add pretty-print to the Debug formatting to Value to Table.
This would allow dumping any Lua variable in human readable form.
2023-04-11 20:36:41 +01:00
..
compile Update compile tests 2022-08-23 23:12:37 +01:00
module Update edition everywhere 2023-03-12 01:03:31 +00:00
async.rs Add `AnyUserDataExt` trait with auxiliary functions for `AnyUserData` 2023-02-18 23:40:28 +00:00
byte_string.rs Update test names 2021-06-18 23:13:56 +01:00
chunk.rs Add `Error::downcast_ref()` method 2023-03-19 00:22:51 +00:00
compile.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
conversion.rs Replace macro-based implementation `ToLua` for arrays to const generics 2021-11-04 00:59:39 +00:00
debug.rs Add pretty-print to the Debug formatting to Value to Table. 2023-04-11 20:36:41 +01:00
error.rs Tests for the `ErrorContext` trait 2023-03-17 01:31:07 +00:00
function.rs Add `Function::wrap`/`Function::wrap_mut`/`Function::wrap_async` to wrap functions into a type that implements `IntoLua` trait. 2022-12-22 16:24:35 +00:00
hooks.rs Add `Thread::set_hook()` function 2023-04-08 23:53:48 +01:00
luau.rs Add &Lua to luau interrupt callback (fixes #197) 2023-03-25 16:30:31 +00:00
memory.rs Don't call error handler for memory errors in coroutines 2023-03-30 17:29:57 +01:00
scope.rs Add create_userdata_ref/create_userdata_ref_mut for scope (#206) 2023-02-12 16:37:02 +00:00
serde.rs Allow deserializing Lua null into unit(`()`) or unit struct. See #264 2023-04-10 01:49:51 +01:00
static.rs Fix "unused" warning in tests 2022-04-17 22:39:21 +01:00
string.rs Better Debug for String 2023-01-04 15:56:57 +00:00
table.rs Add `Table::clear()` method 2023-01-02 15:50:21 +00:00
tests.rs Rename `to_lua_err` -> `into_lua_err` 2023-01-06 21:35:15 +00:00
thread.rs Enable Thread::reset for Luau 2022-03-23 21:13:48 +00: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 Improve error reporting when calling Rust functions from Lua. 2023-03-14 23:23:46 +00:00
value.rs Fix subtraction overflow when calculating index for `MultiValue::get()`. 2022-12-15 21:10:31 +00:00