//! 工具函数模块 //! //! 提供纯函数算法实现,无副作用 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;