weakauras-codec-lua-value
This library provides types that behave similarly to Lua types.
Crate features
- arbitrary - Implement
arbitrary::Arbitrary
forLuaValue
. Disabled by default. - fnv - Use
fnv
instead ofBTreeMap
as the implementation ofLuaValue::Map
. Disabled by default. - indexmap - Use
indexmap
instead ofBTreeMap
as the implementation ofLuaValue::Map
. Disabled by default. - serde - Allow serializing and deserializing
LuaValue
usingserde
. Disabled by default.