mlua/src
Alex Orlenko 386eb7a2b7
v0.7.1
2021-12-23 19:42:52 +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.1 2021-12-23 19:42:52 +00:00
lua.rs Hide (doc) into_static/from_static methods 2021-12-01 00:28:08 +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 Generate traceback from level 0 (instead of 1) 2021-12-23 17:53:20 +00:00
value.rs More performance optimizations 2021-11-25 11:16:12 +00:00