mlua/src
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
..
ffi Fix clippy warnings 2023-02-07 22:43:48 +00:00
serde Allow deserializing Lua null into unit(`()`) or unit struct. See #264 2023-04-10 01:49:51 +01:00
chunk.rs Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti 2022-12-19 23:00:47 +00:00
conversion.rs Add `UserDataRef` and `UserDataRefMut` types that implement `FromLua` 2023-02-26 21:52:28 +00:00
error.rs Update Error doc 2023-03-26 20:58:43 +01:00
function.rs Revert "Rename `Owned*::to_ref()` to `as_ref()`" 2023-03-30 22:35:43 +01:00
hook.rs Refactor `HookTriggers` (make it const) 2023-04-05 01:02:27 +01:00
lib.rs Prepare v0.9.0-beta.1 2023-03-30 23:18:10 +01:00
lua.rs Add `Thread::set_hook()` function 2023-04-08 23:53:48 +01:00
luau.rs Fix clippy warnings 2023-02-07 22:43:48 +00:00
macros.rs Change syntax of `protect_lua` macro 2021-09-28 18:47:08 +01:00
memory.rs Support setting memory limit for Lua 5.1/JIT/Luau 2023-03-26 00:06:52 +00:00
multi.rs Improve error reporting when calling Rust functions from Lua. 2023-03-14 23:23:46 +00:00
prelude.rs Add `ErrorContext` extension trait to attach additional context to `Error` 2023-03-17 01:20:57 +00:00
scope.rs Drop `Lua::async_scope` as it's unsound 2023-02-12 22:25:10 +00:00
stdlib.rs Fix Luau documentation in docs.rs 2022-04-08 20:02:12 +01:00
string.rs Better Debug for String 2023-01-04 15:56:57 +00:00
table.rs Add pretty-print to the Debug formatting to Value to Table. 2023-04-11 20:36:41 +01:00
thread.rs Add `Thread::set_hook()` function 2023-04-08 23:53:48 +01:00
types.rs Revert "Rename `Owned*::to_ref()` to `as_ref()`" 2023-03-30 22:35:43 +01:00
userdata.rs Revert "Rename `Owned*::to_ref()` to `as_ref()`" 2023-03-30 22:35:43 +01:00
userdata_ext.rs Seal LuaSerdeExt/TableExt/AnyUserDataExt 2023-03-19 02:38:21 +00:00
userdata_impl.rs Clippy 2023-03-25 23:38:57 +00:00
util.rs Don't call error handler for memory errors in coroutines 2023-03-30 17:29:57 +01:00
value.rs Add pretty-print to the Debug formatting to Value to Table. 2023-04-11 20:36:41 +01:00