mlua/src
Michael Pfaff 061f84f702
Turn more comments into doc comments, improve debuggability
2023-07-16 14:39:35 -04:00
..
serde Don't use any metamethods in `Table::sequence_values()` iterator. 2023-06-26 10:46:59 +01:00
util Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
chunk.rs Refactor `call_async()` functions to use static dispatch outside of traits 2023-06-21 12:44:24 +01:00
conversion.rs cargo fmt 2023-07-06 13:33:22 -04:00
error.rs impl UserData for Rc<T> and Arc<T> where T: UserData 2023-06-21 01:30:09 +01:00
ffi.rs API changes, inline more often 2023-07-06 13:06:08 -04:00
function.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
hook.rs Revert "Make Debug interface more user friendly" 2023-07-06 13:32:11 -04:00
lib.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
lua.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
luau.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
macros.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
memory.rs Remove usage of crate::ffi (clippy) 2023-04-14 00:36:31 +01:00
multi.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
prelude.rs Add a dedicated type for Luau vector. 2023-06-20 13:30:42 +01:00
scope.rs Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`. 2023-06-15 00:34:41 +01:00
stdlib.rs Fix Luau documentation in docs.rs 2022-04-08 20:02:12 +01:00
string.rs More inline, make some methods and constructors public, add create_c_closure 2023-07-06 13:06:17 -04:00
table.rs More inline, make some methods and constructors public, add create_c_closure 2023-07-06 13:06:17 -04:00
thread.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
types.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
userdata.rs More inline, make some methods and constructors public, add create_c_closure 2023-07-06 13:06:17 -04:00
userdata_ext.rs Refactor `call_async()` functions to use static dispatch outside of traits 2023-06-21 12:44:24 +01:00
userdata_impl.rs impl UserData for Rc<T> and Arc<T> where T: UserData 2023-06-21 01:30:09 +01:00
value.rs Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00