summaryrefslogtreecommitdiff
path: root/src/userdata_impl.rs
AgeCommit message (Expand)Author
2023-06-07Add `UserDataFields::add_field()` method to add static fields to UserData.Alex Orlenko
2023-05-25Move util into mod and add `short_type_name` functionAlex Orlenko
2023-04-14Remove usage of crate::ffi (clippy)Alex Orlenko
2023-03-25ClippyAlex Orlenko
2023-03-14Improve error reporting when calling Rust functions from Lua.Alex Orlenko
2023-02-03Allow registering and creating custom userdata types that don't necessary imp...Alex Orlenko
2022-12-24Refactor `userdata::MetaMethod`.Alex Orlenko
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