weakauras-codec-lua-value 0.1.1

Provides types that behave similarly to Lua types.
1
2
3
4
5
6
7
8
9
10
# weakauras-codec-lua-value

This library provides types that behave similarly to Lua types.

## Crate features

* **arbitrary** - Implement `arbitrary::Arbitrary` for `LuaValue`. **Disabled** by default.
* **fnv** - Use `fnv` instead of `BTreeMap` as the implementation of `LuaValue::Map`. **Disabled** by default.
* **indexmap** - Use `indexmap` instead of `BTreeMap` as the implementation of `LuaValue::Map`. **Disabled** by default.
* **serde** - Allow serializing and deserializing `LuaValue` using `serde`. **Disabled** by default.