lua-toml-edit

Lua native module for format-preserving TOML edits

$ luarocks install lua-toml-edit

A Lua binding to the Rust `toml_edit` crate. It parses TOML while
preserving the original formatting, comments, and key order, and lets
you get/set/remove values by dotted path or path array, then serialize
the document back to a string with edits applied in place.

Versions

0.2.7-17 hours ago3 downloads

Dependencies

lua >= 5.1, < 5.5

Manifests