Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-08 | Remove generic type parameter from init_userdata_metatable | Alex Orlenko | |
2023-07-06 | clippy | Alex Orlenko | |
2023-07-06 | Make Debug interface more user friendly | Alex Orlenko | |
- use String instead of Vec<u8> - update docs - unify fields between lua5.x/luau - line numbers are `usize` | |||
2023-06-07 | Add `UserDataFields::add_field()` method to add static fields to UserData. | Alex Orlenko | |
Plus `UserDataFields::add_meta_field()` for static meta fields. Fix propagating fields to wrapped UserData types. | |||
2023-05-25 | Move util into mod and add `short_type_name` function | Alex Orlenko | |