index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
serde
/
mod.rs
Age
Commit message (
Expand
)
Author
2023-05-06
Use `DeserializeOwned` and remove lifetime from `LuaSerdeExt` trait
Alex Orlenko
2023-05-06
Add `Value::NULL` constant
Alex Orlenko
2023-04-14
Remove usage of crate::ffi (clippy)
Alex Orlenko
2023-03-19
Seal LuaSerdeExt/TableExt/AnyUserDataExt
Alex Orlenko
2022-10-23
Minor serde optimizations
Alex Orlenko
2022-04-14
Fix clippy warnings
Alex Orlenko
2022-04-08
Don't cast *const to *mut (for pointers comparison)
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-09-28
Change syntax of `protect_lua` macro
Alex Orlenko
2021-09-28
Update check_stack requirements
Alex Orlenko
2021-09-28
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2021-09-15
Add `DeserializeOptions` struct to control deserializer behavior.
Alex Orlenko
2021-07-08
Revert "Make `protect_lua` as a smart macro to choose from C/closure"
Alex Orlenko
2021-07-07
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2021-06-16
Revert commit ced808d5ab
Alex Orlenko
2021-05-03
Make `SerializeOptions` non_exhaustive.
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Hide Deserializer inner fields
Alex Orlenko
2021-04-27
Remove Result from lua.null() and lua.array_metatable(). They never fail.
Alex Orlenko
2021-04-27
Add SerializeOptions to to change default Lua serializer behaviour
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2020-12-31
Update documentation
Alex Orlenko
2020-12-29
Add serialization example & update others
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko