mlua/examples
Alex Orlenko 9fdba541e9
Update `UserDataMethods::add_async_method()` functions to take `&T` as second argument instead of cloning `T`.
New functions: `UserDataMethods::add_async_method_mut()`, `UserDataMethods::add_async_meta_method_mut()`.
2023-06-15 00:34:41 +01:00
..
module Update edition everywhere 2023-03-12 01:03:31 +00:00
async_http_client.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
async_http_reqwest.rs Rename `to_lua_err` -> `into_lua_err` 2023-01-06 21:35:15 +00:00
async_http_server.rs Don't use unstable features in examples 2022-12-30 13:39:27 +00:00
async_tcp_server.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
guided_tour.rs Remove FromLua impl for UserData+Clone 2022-12-20 23:30:18 +00:00
repl.rs Update rustyline dependency 2023-03-30 22:34:41 +01:00
serialize.rs Remove Result from lua.null() and lua.array_metatable(). They never fail. 2021-04-27 00:38:13 +01:00
userdata.rs Add userdata example 2021-06-21 20:28:14 +01:00