Age | Commit message (Expand) | Author |
---|---|---|
2022-12-19 | Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti | Alex Orlenko |
2022-12-19 | Refactor LuaInner state | Alex Orlenko |
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 |
2022-06-28 | Add Lua::create_proxy for easy access to UserData static fields and functions | Alex Orlenko |
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 |