Alex Orlenko
|
f67f8646ae
|
Implement push_into_stack/from_stack for Option<T>
|
2024-03-28 18:18:08 +00:00 |
|
Alex Orlenko
|
fa217d3706
|
Better Luau buffer type support.
- Add `Lua::create_buffer()` function
- Support serializing buffer type as a byte slice
- Support accessing copy of underlying bytes using `BString`
|
2024-03-28 13:05:01 +00:00 |
|
Alex Orlenko
|
83c075c72b
|
Implement IntoLua for RegistryKey
|
2024-02-29 22:45:32 +00:00 |
|
Alex Orlenko
|
020e8a78a8
|
Impl FromLua for RegistryKey
|
2024-02-10 15:41:48 +00:00 |
|
Alex Orlenko
|
3ca7b4942e
|
Implement IntoLua for &Value
|
2024-02-07 00:10:49 +00:00 |
|
Alex Orlenko
|
df778b7b33
|
Impl Into/FromLua for OwnedString
|
2024-01-25 18:04:55 +00:00 |
|
Alex Orlenko
|
2ac7b23596
|
Impl Into/FromLua for OwnedThread
|
2024-01-25 09:34:37 +00:00 |
|
Alex Orlenko
|
8200bee467
|
Implement IntoLua for ref to String/Table/Function/AnyUserData
This would prevent cloning plus has better performance when pushing values to Lua stack (`IntoLua::push_into_stack` method)
|
2024-01-23 22:14:50 +00:00 |
|
Alex Orlenko
|
d88a4282c7
|
Replace macro-based implementation ToLua for arrays to const generics
|
2021-11-04 00:59:39 +00:00 |
|
Alex Orlenko
|
24bbd62564
|
Fix converting Lua sequence table to HashSet/BTreeSet
|
2021-06-25 01:49:09 +01:00 |
|
Alex Orlenko
|
bf286751fa
|
Improve code coverage
|
2021-06-17 00:47:15 +01:00 |
|
Alex Orlenko
|
4af7bcf0d9
|
Implement ToLua/FromLua for Box<str> and Box<[T]>
|
2021-05-03 12:22:11 +01:00 |
|
Alex Orlenko
|
c7541ef7d3
|
More tests
|
2021-04-27 00:29:38 +01:00 |
|