你瞅啥呢

随笔分类 -  rust

摘要:2025-10-24 使用rust进行桌面端应用开发遇到报错(win11):error: could not compile `windows_x86_64_msvc` (build script) due to 1 previous error==》查看Visual Studio Build Tools是否安装了项目所需的C++运行环境组件error: could not compile `windows_x86_64_msvc` (build script) due to 1 previous error 翻译:错误:由于之前的1个错误,无法编译`windows_x86_64_msvc`(构建脚本) 这个报错的大意是rust项目中缺 阅读全文
posted @ 2025-10-24 15:40 叶乘风 阅读(65) 评论(0) 推荐(0)
摘要:2025-10-10 Rust简介与安装Rust 是一种系统级编程语言,由 Mozilla 研究院于 2010 年发起开发,现已成为由 Rust 基金会(由 Google、Microsoft、Amazon、Meta 等公司支持)维护的开源项目。 它以 内存安全、高性能、并发性强 而著称,被誉为“系统编程的现代解决方案”。 Rust 的核心 阅读全文
posted @ 2025-10-10 15:14 叶乘风 阅读(79) 评论(0) 推荐(0)