Alex Orlenko
|
64b1d152b9
|
Deprecate Lua::load_from_finction and replace it with Lua::register_module and Lua::preload_module instead.
|
2025-04-26 13:42:07 +01:00 |
|
Alex Orlenko
|
95c623e94d
|
Use c string literal where appropriate
|
2025-03-21 15:57:15 +00:00 |
|
Alex Orlenko
|
3088516851
|
Update luaL_checkstack messages
|
2024-09-22 17:33:28 +01:00 |
|
Alex Orlenko
|
ecc09c4387
|
Add luaL_loadbufferenv helper to all Lua versions
|
2024-08-25 17:29:58 +01:00 |
|
Alex Orlenko
|
b4892c228c
|
Add rustfmt.toml
|
2024-07-31 13:42:37 +01:00 |
|
Yiyu Lin
|
b62f2ee0f7
|
chore: make clippy happy (#388)
Co-authored-by: hzlinyiyu <hzlinyiyu@corp.netease.com>
|
2024-03-25 13:26:06 +00:00 |
|
Alex Orlenko
|
4306e6e978
|
Add Value::to_string() method similar to luaL_tolstring.
It uses `__tostring` metamethod if set.
Closes #279
|
2023-05-27 01:29:08 +01:00 |
|
Alex Orlenko
|
15dc0e9f23
|
Move ffi module into mlua-sys crate
|
2023-04-12 23:23:34 +01:00 |
|