Skip to content

vnd:quick_xml module

Experimental

The vnd:quick_xml module exposes the quick-xml crate for parsing and serialising XML.

PropertyValue
Namespacevnd
Sourcesrc/lua/vnd/quick_xml.rs
Teststests/vnd/quick_xml.test.luau
StabilityExperimental
Mirrorquick-xml

Syntax

lua
local quick_xml = require("vnd:quick_xml")

Description

WARNING

This reference page is a stub. The full Lua surface is captured in the module source listed above and exercised by the test file. A spec PR following the spec-driven development workflow will land the contracted surface here.

Until that lands, the source and tests are the contract.

See also