mlua/src
Alex Orlenko 89580dd863
v0.7.0
2021-11-25 18:18:38 +00:00
..
ffi Add set_warning_function/remove_warning_function/warning functions to Lua for 5.4 2021-11-16 12:05:34 +00:00
serde Make (De)SerializeOptions as const 2021-11-04 01:07:38 +00:00
conversion.rs More performance optimizations 2021-11-25 11:16:12 +00:00
error.rs Refactor Error::CallbackError reporting and include source to 2021-11-07 22:53:37 +00:00
function.rs Update comments 2021-11-14 23:27:20 +00:00
hook.rs Update docs 2021-11-25 18:01:41 +00:00
lib.rs v0.7.0 2021-11-25 18:18:38 +00:00
lua.rs Update docs 2021-11-25 18:01:41 +00:00
macros.rs Change syntax of protect_lua macro 2021-09-28 18:47:08 +01:00
multi.rs Performance optimization: cache and reuse MultiValue containers 2021-11-12 15:32:53 +00:00
prelude.rs Include StdLib to prelude 2021-11-14 23:19:47 +00:00
scope.rs Add set_nth_user_value and get_nth_user_value to AnyUserData 2021-11-08 21:16:31 +00:00
stdlib.rs Update docs 2021-11-25 18:01:41 +00:00
string.rs Add String::to_string_lossy 2021-06-04 00:16:40 +01:00
table.rs Update docs 2021-11-25 18:01:41 +00:00
thread.rs Update docs 2021-11-25 18:01:41 +00:00
types.rs Move hook_proc under Lua::set_hook to use callback_error_ext 2021-11-16 12:27:56 +00:00
userdata.rs Update docs 2021-11-25 18:01:41 +00:00
util.rs Update callback_error(_ext) 2021-11-12 12:41:03 +00:00
value.rs More performance optimizations 2021-11-25 11:16:12 +00:00