Skip to main content

Module xml_utils

Module xml_utils 

Source
Expand description

XML 转换工具类。

对应 Java me.chanjar.weixin.common.util.XmlUtils(基于 dom4j 的 xml2Map)。 Rust 侧使用 quick-xml 实现相同语义:XML → Map<String, Object>

Structs§

XmlUtils
XML 转换工具。