mlua/src
2022-09-05 23:13:06 +01:00
..
ffi Add luaL_setfuncs to preserved functions 2022-09-05 23:13:06 +01:00
serde Add Table::to_pointer() and String::to_pointer() functions 2022-06-27 14:58:48 +01:00
chunk.rs Make clippy happy 2022-06-28 21:28:48 +01:00
conversion.rs Update integer/number coercion logic 2022-05-30 19:26:12 +01:00
error.rs Update docs 2022-03-25 00:43:54 +00:00
function.rs Fix typo in doc comment 2022-08-23 01:47:17 +01:00
hook.rs Add Function::info() to get information about functions. 2022-04-18 18:28:11 +01:00
lib.rs v0.8.3 2022-08-02 12:43:15 +01:00
lua.rs Fallback to Lua internal allocator if unable to create Lua VM with Rust one. 2022-08-02 10:35:39 +01:00
luau.rs Set source name to full file path in Luau require 2022-06-29 11:25:16 +01:00
macros.rs Change syntax of protect_lua macro 2021-09-28 18:47:08 +01:00
multi.rs More inline attributes 2022-05-29 20:17:09 +01:00
prelude.rs Add Function::coverage for Luau to obtain coverage report 2022-05-24 02:01:46 +01:00
scope.rs Make clippy happy 2022-06-28 21:28:48 +01:00
stdlib.rs Fix Luau documentation in docs.rs 2022-04-08 20:02:12 +01:00
string.rs Add Table::to_pointer() and String::to_pointer() functions 2022-06-27 14:58:48 +01:00
table.rs Add Table::to_pointer() and String::to_pointer() functions 2022-06-27 14:58:48 +01:00
thread.rs Fix Lua assertion when inspecting another thread stack. 2022-08-01 22:07:39 +01:00
types.rs Use Luau tags to mark userdata objects as destructed 2022-07-18 10:38:22 +01:00
userdata.rs Add Iter metamethod for Luau (available from 0.526) 2022-05-09 14:34:10 +01:00
userdata_impl.rs Add Lua::create_proxy for easy access to UserData static fields and functions 2022-06-28 23:03:29 +01:00
util.rs Fix Lua assertion when inspecting another thread stack. 2022-08-01 22:07:39 +01:00
value.rs Fix clippy warnings 2022-07-17 11:11:30 +01:00