weakauras-codec-lua-value
This library provides types that behave similarly to Lua types.
Crate features
- arbitrary - Implement
arbitrary::ArbitraryforLuaValue. Disabled by default. - fnv - Use
fnvinstead ofBTreeMapas the implementation ofLuaValue::Map. Disabled by default. - indexmap - Use
indexmapinstead ofBTreeMapas the implementation ofLuaValue::Map. Disabled by default. - serde - Allow serializing and deserializing
LuaValueusingserde. Disabled by default.