summaryrefslogtreecommitdiff
path: root/tests/serde.rs
AgeCommit message (Expand)Author
2021-05-03Make `SerializeOptions` non_exhaustive.Alex Orlenko
2021-04-27Remove Result from lua.null() and lua.array_metatable(). They never fail.Alex Orlenko
2021-04-27Add SerializeOptions to to change default Lua serializer behaviourAlex Orlenko
2021-04-16Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...Alex Orlenko
2021-04-16Serialize only known (registered) userdata.Alex Orlenko
2021-03-03Fix compilation warnings on nightlyAlex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko