Windows下Rust常用命令记录和配置添加32位编译环境 首先需要安装32位编译环境: rustup target add i686-pc-windows-msvc 以Release方式编译32位目标程序: cargo build -- ...
確定! 回上一頁