Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes #408
|
|
|
|
|
|
|
|
Mark `lua_CompileOptions` as non exhaustive
|
|
|
|
|
|
|
|
|
|
|
|
Use `&str` instead of creating Lua string when serializing tuple variant and struct variant
|
|
|
|
|
|
- Add `Lua::create_buffer()` function
- Support serializing buffer type as a byte slice
- Support accessing copy of underlying bytes using `BString`
|
|
Co-authored-by: hzlinyiyu <hzlinyiyu@corp.netease.com>
|
|
|
|
Add `dep:` prefix instead.
|
|
|
|
`serde_json::Number` with `arbitrary_precision` and convert it to Lua number.
By default the option is disabled and such numbers represented as Lua objects with `$serde_json::private::Number` key.
Fixes #385
|
|
|
|
|
|
Co-authored-by: Alex Orlenko <zxteam@protonmail.com>
|
|
|
|
|
|
Fixes #386
|
|
Closes #383
|
|
Fixes #381
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|