mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 05:08:18 +00:00
c524ef5d11
I've been holding off on this for a while, because I remember this upgrade being a bit of a PITA for wezterm. Since then there is a `derive(FromLua)` that makes the transition much easier. This upgrade makes it potentially a bit easier/nicer/cheaper for memoize, because it is now possible to retrieve references to userdata values (rather than always cloning them), but I haven't done anything special to take advantage of that in this commit.