Some checks failed
Build Windows / Build Windows (push) Failing after 18m42s
问题: - apt-get 安装 MinGW 依赖失败 - x86_64-w64-mingw32-posix-runtime 包不存在 解决方案: - 使用 xwin 下载预编译的 MinGW CRT - 使用 Cargo 安装 xwin 工具链 - 专门针对 Windows MSVC 编译 优势: - 无需系统安装 MinGW - 预编译的 CRT 更稳定 - Rust 标准的交叉编译方式