Alex Orlenko
|
b7c98ad9bb
|
mlua_derive: Switch from #[userdata] to [derive(UserData)]
|
2026-05-30 13:11:26 +01:00 |
|
Alex Orlenko
|
1573dd1242
|
Add #[mlua::userdata] and #[mlua::userdata_impl] macros
|
2026-05-26 23:23:09 +01:00 |
|
Alex Orlenko
|
d9c139b55f
|
Rust 2024
|
2026-01-29 10:33:28 +00:00 |
|
Alex Orlenko
|
9931709ecd
|
Remove explicit lifetime from UserDataMethods and UserDataFields traits.
Pass `'static` arguments to async functions and require `'static` Future.
(in future we can use async closures to make it more elegant).
|
2024-08-23 00:10:29 +01:00 |
|
Alex Orlenko
|
c702c5eff2
|
Add userdata example
|
2021-06-21 20:28:14 +01:00 |
|