Crates.io | weakauras-codec-lua-value |
lib.rs | weakauras-codec-lua-value |
version | 0.1.0 |
created_at | 2025-06-08 10:43:46.038468+00 |
updated_at | 2025-06-08 10:43:46.038468+00 |
description | Provides types that behave similarly to Lua types. |
homepage | |
repository | https://github.com/Zireael-N/weakauras-codec-rs |
max_upload_size | |
id | 1704765 |
size | 21,507 |
This library provides types that behave similarly to Lua types.
arbitrary::Arbitrary
for LuaValue
. Disabled by default.fnv
instead of BTreeMap
as the implementation of LuaValue::Map
. Disabled by default.indexmap
instead of BTreeMap
as the implementation of LuaValue::Map
. Disabled by default.LuaValue
using serde
. Disabled by default.