weakauras-codec-lua-value

Crates.ioweakauras-codec-lua-value
lib.rsweakauras-codec-lua-value
version0.1.0
created_at2025-06-08 10:43:46.038468+00
updated_at2025-06-08 10:43:46.038468+00
descriptionProvides types that behave similarly to Lua types.
homepage
repositoryhttps://github.com/Zireael-N/weakauras-codec-rs
max_upload_size
id1704765
size21,507
Velithris (Zireael-N)

documentation

https://docs.rs/weakauras-codec-lua-value

README

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.
Commit count: 17

cargo fmt