上一页 1 ··· 3 4 5 6 7
摘要: 下面在 Mac 演示 Rust 的安装,其他系统教程请看安装 Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh这将下载并安装 Rust 的官方编译器,和它的包管理器​​Cargo​​。 Rustup 元数据和工具链 阅读全文
posted @ 2022-10-13 05:54 土著古 阅读(753) 评论(0) 推荐(0)
摘要: windows下运行rust报错error: linker `link.exe` not found windows下运行rust报错error: linker `link.exe` not found 1. 使用rustup-init安装成功后,运行cargo run报错如下:error: linker `link.exe` not found。网上各种都是说要安装vs或者cpp build工具, 阅读全文
posted @ 2022-10-13 05:50 土著古 阅读(7241) 评论(1) 推荐(2)
摘要: Rust学习—解决crates.io 仓库代码下载慢的问题 今天在下载r a n d randrand依赖的时候,显示 update crates.io index 然后就华丽的卡住了。查了一下,这是网络的问题,先尝试了借助proxychains工具来使用国外代理的办法,但是没有成功,而且国外不安全 阅读全文
posted @ 2022-10-12 10:28 土著古 阅读(1617) 评论(0) 推荐(0)
摘要: vscode如何链接git远程仓库gitee或github https://blog.csdn.net/G_C_H/article/details/120673227 1.在GitHub上创建新的仓库 2.生成 SSH 密钥 开启 Git Bash 命令行中输入:ssh-keygen -t ed25 阅读全文
posted @ 2022-10-11 10:24 土著古 阅读(214) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_43928112/article/details/125813377 VSCode插件总结:(rust语言) 1.rust-analyzer:语言服务器、自动补全、语法高亮等; 2.CodeLLDB:debug功能; 3.Even Bette 阅读全文
posted @ 2022-10-11 09:03 土著古 阅读(1065) 评论(0) 推荐(0)
摘要: 博客正在建设中 阅读全文
posted @ 2021-01-01 20:57 土著古 阅读(48) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7