feat: 添加 HTML、XML 和多语言代码格式化功能

新增三个格式化工具(HTML/XML/代码),支持美化和压缩模式。
  修复 XML 验证器无法正确解析带属性标签的问题。
  修复代码中未使用变量的警告,优化 HTML script/style 标签处理逻辑。
This commit is contained in:
2026-02-10 20:24:21 +08:00
parent 825b650542
commit bf5d056811
26 changed files with 3199 additions and 13 deletions

View File

@@ -2,8 +2,11 @@
//!
//! 提供纯函数算法实现,无副作用
pub mod code_formatter;
pub mod color_conversion;
pub mod html_formatter;
pub mod json_formatter;
pub mod qrcode_renderer;
pub mod screen;
pub mod shortcut;
pub mod xml_formatter;