Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-19 | Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti | Alex Orlenko | |
2022-12-19 | Refactor LuaInner state | Alex Orlenko | |
Add static_assertions to check for auto traits impl on compilation stage Bump MSRV to 1.63 (required for `Ref::filter_map`) | |||
2022-12-18 | Replace `impl AsRef<str>` with simple `&str` | Alex Orlenko | |
2022-12-18 | Use `impl AsRef<str>` for userdata methods/fields instead of generic param. | Alex Orlenko | |
Use `impl AsRef<str>` for module names and named registry values. | |||
2022-06-28 | Add Lua::create_proxy for easy access to UserData static fields and functions | Alex Orlenko | |
Closes #178 | |||
2022-04-17 | More parking_lot ci tests | Alex Orlenko | |
2022-04-16 | Add parking_lot dependency and feature | Sondre Aasemoen | |
2022-03-21 | Move StaticUserData* implementation from `lua` module to the new `userdata_impl` | Alex Orlenko | |