summaryrefslogtreecommitdiff
path: root/src/userdata_impl.rs
AgeCommit message (Expand)Author
2022-12-19Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMultiAlex Orlenko
2022-12-19Refactor LuaInner stateAlex Orlenko
2022-12-18Replace `impl AsRef<str>` with simple `&str`Alex Orlenko
2022-12-18Use `impl AsRef<str>` for userdata methods/fields instead of generic param.Alex Orlenko
2022-06-28Add Lua::create_proxy for easy access to UserData static fields and functionsAlex Orlenko
2022-04-17More parking_lot ci testsAlex Orlenko
2022-04-16Add parking_lot dependency and featureSondre Aasemoen
2022-03-21Move StaticUserData* implementation from `lua` module to the new `userdata_impl`Alex Orlenko