//! 数据模型模块 //! //! 定义应用中使用的数据结构 pub mod color; pub mod json_format; pub mod system_info;